Changeset 32974 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 06/27/2015 03:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r32945 r32974 14 14 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?> 15 15 <div class="wrap"> 16 <h 2><?php _e('Edit Comment'); ?></h2>16 <h1><?php _e( 'Edit Comment' ); ?></h1> 17 17 18 18 <div id="poststuff">
Note: See TracChangeset
for help on using the changeset viewer.