Make WordPress Core


Ignore:
Timestamp:
09/27/2017 08:45:46 AM (6 years ago)
Author:
swissspidy
Message:

Plugins: Improve error messages on plugins screen.

This unifies the layout and wording of error messages on both the plugins screen and the themes screen.

Props tinkerbelly, juhise, Ankit K Gupta, m1tk00, swissspidy, mrahmadawais, danieltj.
Fixes #37430.

File:
1 edited

Legend:

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

    r41597 r41608  
    813813                'nonceError'                 => __( 'An error has occurred. Please reload the page and try again.' ),
    814814                'pluginsFound'               => __( 'Number of plugins found: %d' ),
    815                 'noPluginsFound'             => __( 'No plugins found. Try a different search.' ),
     815                'noPluginsFound'             => __( 'No plugins found. Try a different search query.' ),
    816816            ),
    817817        ) );
Note: See TracChangeset for help on using the changeset viewer.