Changeset 8839 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 09/06/2008 06:56:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r8827 r8839 123 123 124 124 <p id="comment-search" class="search-box"> 125 <label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?> :</label>125 <label class="hidden" for="comment-search-input"><?php _e( 'Search Comments' ); ?></label> 126 126 <input type="text" id="comment-search-input" class="search-input" name="s" value="<?php the_search_query(); ?>" /> 127 127 <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" />
Note: See TracChangeset
for help on using the changeset viewer.