Changeset 9069 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/02/2008 06:03:45 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r9054 r9069 174 174 </div> 175 175 176 <form id="posts-filter" action="" method="get"> 177 178 <p id="post-search"> 179 <label class="hidden" for="post-search-input"><?php _e( 'Search Comments' ); ?>:</label> 180 <input type="text" id="post-search-input" name="s" value="<?php echo $search; ?>" /> 181 <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" /> 182 </p> 183 184 </form> 185 176 186 <?php 177 187 $comments_per_page = apply_filters('comments_per_page', 20, $comment_status);
Note: See TracChangeset
for help on using the changeset viewer.