Changeset 11312 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 05/12/2009 10:40:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r11204 r11312 74 74 <form class="search-form" action="" method="get"> 75 75 <p class="search-box"> 76 <label class=" invisible" for="link-category-search-input"><?php _e( 'Search Categories' ); ?>:</label>76 <label class="screen-reader-text" for="link-category-search-input"><?php _e( 'Search Categories' ); ?>:</label> 77 77 <input type="text" id="link-category-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 78 78 <input type="submit" value="<?php esc_attr_e( 'Search Categories' ); ?>" class="button" />
Note: See TracChangeset
for help on using the changeset viewer.