Changeset 47222 for trunk/src/wp-admin/edit-form-comment.php
- Timestamp:
- 02/09/2020 07:39:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-comment.php
r47122 r47222 17 17 <h1><?php _e( 'Edit Comment' ); ?></h1> 18 18 19 <div id="poststuff">19 <div class="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 ); ?>" /> … … 197 197 </div> 198 198 199 <div id="postbox-container-2" class="postbox-container">199 <div class="postbox-container-2 postbox-container"> 200 200 <?php 201 201 /** This action is documented in wp-admin/includes/meta-boxes.php */
Note: See TracChangeset
for help on using the changeset viewer.