Changeset 59388
- Timestamp:
- 11/11/2024 08:41:32 PM (15 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r55276 r59388 69 69 <td class="first"><label for="newcomment_author_url"><?php _e( 'URL' ); ?></label></td> 70 70 <td> 71 <input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_ attr( $comment->comment_author_url ); ?>" />71 <input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_url( $comment->comment_author_url ); ?>" /> 72 72 </td> 73 73 </tr>
Note: See TracChangeset
for help on using the changeset viewer.