wp/wp-admin/edit-form-comment.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-admin/edit-form-comment.php	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/edit-form-comment.php	Fri Sep 05 18:52:52 2025 +0200
@@ -68,7 +68,7 @@
 <tr>
 	<td class="first"><label for="newcomment_author_url"><?php _e( 'URL' ); ?></label></td>
 	<td>
-		<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr( $comment->comment_author_url ); ?>" />
+		<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_url( $comment->comment_author_url ); ?>" />
 	</td>
 </tr>
 </tbody>