Changeset 16617 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 11/29/2010 08:15:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r16580 r16617 207 207 <?php submit_button( __( 'Search Comments' ), 'button', 'submit', false ); ?> 208 208 </p> 209 <input type="hidden" name="mode" value="<?php echo esc_attr($mode); ?>" />210 209 <?php if ( $post_id ) : ?> 211 210 <input type="hidden" name="p" value="<?php echo esc_attr( intval( $post_id ) ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.