Make WordPress Core


Ignore:
Timestamp:
07/20/2016 04:31:50 PM (10 years ago)
Author:
ocean90
Message:

Plugins: Improve Ajax search of new plugins.

Fixes a few accessibility issues, restores the "Search Results" tab and the search type selector, and improves compatibility with older browsers.

Props rahulsprajapati, swissspidy, adamsilverstein, ocean90
See #37233.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r38118 r38119  
    38823882        ob_start();
    38833883        $wp_list_table->display();
     3884        $status['count'] = (int) $wp_list_table->get_pagination_arg( 'total_items' );
    38843885        $status['items'] = ob_get_clean();
    38853886
Note: See TracChangeset for help on using the changeset viewer.