We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509e63a commit 451a736Copy full SHA for 451a736
plugins/performance-lab/includes/admin/plugins.php
@@ -88,7 +88,7 @@ function perflab_query_plugin_info( string $plugin_slug ) {
88
if ( ! isset( $all_performance_plugins[ $current_plugin_slug ] ) ) {
89
return new WP_Error(
90
'plugin_not_found',
91
- __( 'Plugin not found in Performance Lab\'s features / plugins.', 'performance-lab' )
+ __( 'Plugin not found in WordPress.org API response.', 'performance-lab' )
92
);
93
}
94
0 commit comments