Make WordPress Core


Ignore:
Timestamp:
11/28/2010 07:05:12 PM (15 years ago)
Author:
scribu
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-list-table.php

    r16594 r16602  
    720720            wp_nonce_field( 'bulk-' . $this->_args['plural'] );
    721721?>
    722     <div class="tablenav">
     722    <div class="tablenav <?php echo esc_attr( $which ); ?>">
    723723
    724724        <div class="alignleft actions">
Note: See TracChangeset for help on using the changeset viewer.