Skip to content

Commit b99a9be

Browse files
swissspidyCopilot
andauthored
Update src/Plugin_Command.php
Co-authored-by: Copilot <[email protected]>
1 parent 76ee8dc commit b99a9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ public function is_active( $args, $assoc_args ) {
14171417
// Use validate_plugin to confirm the file is missing
14181418
$validation = validate_plugin( $found_in_active );
14191419
if ( is_wp_error( $validation ) ) {
1420-
WP_CLI::warning( "Plugin '{$input_name}' is in the active_plugins option but the plugin file does not exist." );
1420+
WP_CLI::warning( "Plugin '{$input_name}' is marked as active but the plugin file does not exist." );
14211421
}
14221422
}
14231423

0 commit comments

Comments
 (0)