diff --git a/language-command.php b/language-command.php index e9a87c0be..6171419b1 100644 --- a/language-command.php +++ b/language-command.php @@ -9,7 +9,7 @@ require_once $autoload; } -WP_CLI::add_command( 'core language', 'Core_Language_Command', array( +WP_CLI::add_command( 'language core', 'Core_Language_Command', array( 'before_invoke' => function() { if ( \WP_CLI\Utils\wp_version_compare( '4.0', '<' ) ) { WP_CLI::error( "Requires WordPress 4.0 or greater." );