Make WordPress Core


Ignore:
Timestamp:
06/09/2016 01:55:40 AM (9 years ago)
Author:
rachelbaker
Message:

Users: Stop WP_List_Table notices from persisting on pagination navigation.

Adds the keyboard navigation query vars to wp_removable_query_args() and passes the results of said function to remove_query_var() inside the WP_List_Table pagination method.

Props EFAREM for the initial patch.
Fixes #35620.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r37646 r37663  
    866866        'enabled',
    867867        'error',
     868        'hotkeys_highlight_first',
     869        'hotkeys_highlight_last',
    868870        'locked',
    869871        'message',
Note: See TracChangeset for help on using the changeset viewer.