Changeset 9073 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/03/2008 12:13:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r9069 r9073 174 174 </div> 175 175 176 <form id="posts-filter" action="" method="get"> 177 178 <p id="post-search"> 176 <form class="search-form" action="<?php echo $pagenow ?>" method="get"> 177 <p class="search-box"> 179 178 <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; ?>" />179 <input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo $search; ?>" /> 181 180 <input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" /> 182 181 </p> 183 184 182 </form> 185 183 … … 250 248 </div> 251 249 252 < br class="clear" />250 <div class="clear"></div> 253 251 254 252 <?php if ( $comments ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.