Make WordPress Core

Changeset 8856


Ignore:
Timestamp:
09/09/2008 11:14:37 PM (16 years ago)
Author:
ryan
Message:

Place manage_comments_nav action after all seconday buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r8851 r8856  
    195195</select>
    196196<input type="submit" name="doaction" value="<?php _e('Apply'); ?>" class="button-secondary apply" />
    197 <?php do_action('manage_comments_nav', $comment_status); ?>
    198197<?php wp_nonce_field('bulk-comments'); ?>
    199198<?php if ( isset($_GET['apage']) ) { ?>
     
    205204<input type="submit" name="delete_all_spam" value="<?php _e('Delete All Spam'); ?>" class="button-secondary apply" />
    206205<?php } ?>
     206<?php do_action('manage_comments_nav', $comment_status); ?>
    207207</div>
    208208
Note: See TracChangeset for help on using the changeset viewer.