Changeset 9735 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 11/17/2008 07:16:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r9733 r9735 70 70 <form class="search-form" action="" method="get"> 71 71 <p class="search-box"> 72 <label class="hidden" for=" category-search-input"><?php _e( 'Search Categories' ); ?>:</label>73 <input type="text" class="search-input" id=" category-search-input" name="s" value="<?php _admin_search_query(); ?>" />72 <label class="hidden" for="link-category-search-input"><?php _e( 'Search Categories' ); ?>:</label> 73 <input type="text" class="search-input" id="link-category-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 74 74 <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" /> 75 75 </p> … … 121 121 <thead> 122 122 <tr> 123 <?php print_column_headers(' link-category'); ?>123 <?php print_column_headers('edit-link-categories'); ?> 124 124 </tr> 125 125 </thead> … … 127 127 <tfoot> 128 128 <tr> 129 <?php print_column_headers(' link-category', false); ?>129 <?php print_column_headers('edit-link-categories', false); ?> 130 130 </tr> 131 131 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.