Skip to content

Commit

Permalink
Update plugins/performance-lab/includes/admin/plugins.php
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Ruter <[email protected]>
  • Loading branch information
narenin and westonruter authored Sep 27, 2024
1 parent 798de3e commit b52f0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/performance-lab/includes/admin/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function perflab_query_plugin_info( string $plugin_slug ) {
);

if ( is_array( $plugins ) ) {
/* If the specific plugin_slug is not in the cache, return an error. */
// If the specific plugin_slug is not in the cache, return an error.
if ( ! isset( $plugins[ $plugin_slug ] ) ) {
return new WP_Error( 'plugin_not_found', __( 'Plugin not found.', 'performance-lab' ) );
}
Expand Down

0 comments on commit b52f0e0

Please sign in to comment.