Skip to content

Commit

Permalink
fix #71
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Feb 14, 2023
1 parent 15b7cd4 commit 96498a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-custom-permalinks-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ private function get_permalink_form( $permalink, $original, $id,
?>

<input value="<?php echo esc_url( $home_url ); ?>" type="hidden" name="custom_permalinks_home_url" id="custom_permalinks_home_url" />
<input value="<?php echo esc_url( $encoded_permalink ); ?>" type="hidden" name="custom_permalink" id="custom_permalink" />
<input value="<?php echo esc_attr( $encoded_permalink ); ?>" type="hidden" name="custom_permalink" id="custom_permalink" />

<?php
if ( $render_containers ) :
Expand Down

0 comments on commit 96498a8

Please sign in to comment.