Changeset 8710
- Timestamp:
- 08/22/2008 06:07:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r8682 r8710 183 183 <div class="alignleft"> 184 184 <select name="action"> 185 <option value="" selected> Actions</option>185 <option value="" selected><?php _e('Actions') ?></option> 186 186 <?php if ( 'approved' == $comment_status ): ?> 187 187 <option value="unapprove"><?php _e('Unapprove'); ?></option> … … 194 194 <option value="delete"><?php _e('Delete'); ?></option> 195 195 </select> 196 <input type="submit" name="doaction" value="Apply" class="button-secondary apply" /> 196 197 <?php do_action('manage_comments_nav', $comment_status); ?> 197 198 <?php wp_nonce_field('bulk-comments'); ?> 198 <input type="submit" name="doaction" value="Apply" class="button-secondary apply" />199 199 <?php if ( isset($_GET['apage']) ) { ?> 200 200 <input type="hidden" name="apage" value="<?php echo absint( $_GET['apage'] ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.