Changes from branches/2.6/wp-admin/edit-comments.php at r8460 to trunk/wp-admin/edit-comments.php at r7883
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r8460 r7883 31 31 endforeach; 32 32 $redirect_to = basename( __FILE__ ) . '?deleted=' . $comments_deleted . '&approved=' . $comments_approved . '&spam=' . $comments_spammed . '&unapproved=' . $comments_unapproved; 33 if ( isset($_REQUEST['apage']) )34 $redirect_to = add_query_arg( 'apage', absint($_REQUEST['apage']), $redirect_to );35 33 if ( !empty($_REQUEST['mode']) ) 36 34 $redirect_to = add_query_arg('mode', $_REQUEST['mode'], $redirect_to); … … 178 176 <?php do_action('manage_comments_nav', $comment_status); ?> 179 177 <?php wp_nonce_field('bulk-comments'); ?> 180 <?php if ( isset($_GET['apage']) ) { ?>181 <input type="hidden" name="apage" value="<?php echo absint( $_GET['apage'] ); ?>" />182 <?php } ?>183 178 </div> 184 179
Note: See TracChangeset
for help on using the changeset viewer.