Skip to content

Commit c90c458

Browse files
committed
Undo change
1 parent 95b0b20 commit c90c458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core_Language_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function uninstall( $args, $assoc_args ) {
260260

261261
foreach ( $language_codes as $language_code ) {
262262
if ( ! in_array( $language_code, $available, true ) ) {
263-
WP_CLI::warning( 'Language not installed.' );
263+
WP_CLI::error( 'Language not installed.' );
264264
}
265265

266266
if ( $language_code === $current_locale ) {

0 commit comments

Comments
 (0)