Make bottom admin pagination scroll to the top after rows are updated. See #15580

git-svn-id: http://svn.automattic.com/wordpress/trunk@16602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu
2010-11-28 19:05:12 +00:00
parent cc540d502a
commit cbca4fd42a
4 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ class WP_List_Table {
if ( 'top' == $which )
wp_nonce_field( 'bulk-' . $this->_args['plural'] );
?>
<div class="tablenav">
<div class="tablenav <?php echo esc_attr( $which ); ?>">
<div class="alignleft actions">
<?php $this->bulk_actions( $which ); ?>