Make WordPress Core


Ignore:
Timestamp:
09/06/2008 06:56:56 AM (17 years ago)
Author:
ryan
Message:

Label colonectomy

File:
1 edited

Legend:

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

    r8827 r8839  
    130130
    131131<p id="category-search" class="search-box">
    132     <label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?>:</label>
     132    <label class="hidden" for="category-search-input"><?php _e('Search Categories'); ?></label>
    133133    <input type="text" id="category-search-input" class="search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
    134134    <input type="submit" value="<?php _e( 'Search Categories' ); ?>" class="button" />
Note: See TracChangeset for help on using the changeset viewer.