Skip to content

Commit

Permalink
wp core language is now wp language core
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Apr 18, 2017
1 parent f6fb288 commit bcbdd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -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." );
Expand Down

0 comments on commit bcbdd4c

Please sign in to comment.