Make WordPress Core


Ignore:
Timestamp:
11/17/2008 07:16:26 PM (17 years ago)
Author:
ryan
Message:

Key screen meta off of page hook. fixes #8246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-categories.php

    r9733 r9735  
    7070<form class="search-form" action="" method="get">
    7171<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(); ?>" />
    7474    <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" />
    7575</p>
     
    121121    <thead>
    122122    <tr>
    123 <?php print_column_headers('link-category'); ?>
     123<?php print_column_headers('edit-link-categories'); ?>
    124124    </tr>
    125125    </thead>
     
    127127    <tfoot>
    128128    <tr>
    129 <?php print_column_headers('link-category', false); ?>
     129<?php print_column_headers('edit-link-categories', false); ?>
    130130    </tr>
    131131    </tfoot>
Note: See TracChangeset for help on using the changeset viewer.