Changeset 9363 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 10/27/2008 01:22:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-categories.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r9354 r9363 61 61 $messages[6] = __('Categories deleted.'); ?> 62 62 63 <div id="screen-options-wrap" class="hidden"> 64 <h5><?php _e('Show on screen') ?></h5> 65 <form id="adv-settings" action="" method="get"> 66 <div class="metabox-prefs"> 67 <?php manage_columns_prefs('link-category') ?> 68 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?> 69 <br class="clear" /> 70 </div></form> 71 </div> 63 <?php screen_options('link-category') ?> 72 64 73 65 <?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?> … … 76 68 endif; ?> 77 69 78 <div class="wrap ">79 <h2 class="floatedh2"><?php echo wp_specialchars( $title ); ?></h2>80 81 <form class="search-form topmargin" action="" method="get">70 <div class="wrap nosubsub"> 71 <h2><?php echo wp_specialchars( $title ); ?></h2> 72 73 <form class="search-form" action="" method="get"> 82 74 <p class="search-box"> 83 75 <label class="hidden" for="category-search-input"><?php _e( 'Search Categories' ); ?>:</label>
Note: See TracChangeset
for help on using the changeset viewer.