Changeset 47410 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 03/03/2020 12:35:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r47252 r47410 17 17 <h1><?php _e( 'Edit Comment' ); ?></h1> 18 18 19 <div class="poststuff">19 <div id="poststuff"> 20 20 <input type="hidden" name="action" value="editedcomment" /> 21 21 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" /> … … 215 215 </div> 216 216 217 <div class="postbox-container-2postbox-container">217 <div id="postbox-container-2" class="postbox-container"> 218 218 <?php 219 219 /** This action is documented in wp-admin/includes/meta-boxes.php */
Note: See TracChangeset
for help on using the changeset viewer.