Changeset 9363 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/27/2008 01:22:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r9341 r9363 82 82 $search = attribute_escape( $search_dirty ); ?> 83 83 84 <div id="screen-options-wrap" class="hidden"> 85 <h5><?php _e('Show on screen') ?></h5> 86 <form id="adv-settings" action="" method="get"> 87 <div class="metabox-prefs"> 88 <?php manage_columns_prefs('comment') ?> 89 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?> 90 <br class="clear" /> 91 </div></form> 92 </div> 84 <?php screen_options('comment') ?> 93 85 94 86 <?php
Note: See TracChangeset
for help on using the changeset viewer.