Make WordPress Core


Ignore:
Timestamp:
07/20/2016 04:31:50 PM (8 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-includes/script-loader.php

    r38090 r38119  
    610610                /* translators: %s: Search string */
    611611                'searchResults'              => __( 'Search results for “%s”' ),
     612                'searchResultsLabel'         => __( 'Search Results' ),
    612613                'noPlugins'                  => __( 'You do not appear to have any plugins available at this time.' ),
    613614                'noItemsSelected'            => __( 'Please select at least one item to perform this action on.' ),
Note: See TracChangeset for help on using the changeset viewer.