Changeset 8856
- Timestamp:
- 09/09/2008 11:14:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r8851 r8856 195 195 </select> 196 196 <input type="submit" name="doaction" value="<?php _e('Apply'); ?>" class="button-secondary apply" /> 197 <?php do_action('manage_comments_nav', $comment_status); ?>198 197 <?php wp_nonce_field('bulk-comments'); ?> 199 198 <?php if ( isset($_GET['apage']) ) { ?> … … 205 204 <input type="submit" name="delete_all_spam" value="<?php _e('Delete All Spam'); ?>" class="button-secondary apply" /> 206 205 <?php } ?> 206 <?php do_action('manage_comments_nav', $comment_status); ?> 207 207 </div> 208 208
Note: See TracChangeset
for help on using the changeset viewer.