Changeset 9363 for trunk/wp-admin/categories.php
- Timestamp:
- 10/27/2008 01:22:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/categories.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9354 r9363 132 132 ?> 133 133 134 <div id="screen-options-wrap" class="hidden"> 135 <h5><?php _e('Show on screen') ?></h5> 136 <form id="adv-settings" action="" method="get"> 137 <div class="metabox-prefs"> 138 <?php manage_columns_prefs('category') ?> 139 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?> 140 <br class="clear" /> 141 </div></form> 142 </div> 134 <?php screen_options('category') ?> 143 135 144 136 <?php … … 148 140 endif; ?> 149 141 150 <div class="wrap ">151 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2>142 <div class="wrap nosubsub"> 143 <h2><?php echo wp_specialchars( $title ); ?></h2> 152 144 153 145 <form class="search-form topmargin" action="" method="get">
Note: See TracChangeset
for help on using the changeset viewer.