Changeset 7018
- Timestamp:
- 02/25/08 08:20:36 (9 months ago)
- Files:
-
- trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-comments.php
r7013 r7018 154 154 <input type="submit" value="<?php _e('Mark as Spam'); ?>" name="spamit" class="button-secondary" /> 155 155 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary" /> 156 <?php do_action('manage_comments_nav', $comment_status); ?> 156 157 <?php wp_nonce_field('bulk-comments'); ?> 157 158 </div>
