We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46aecf8 + ccc480c commit a97a6ccCopy full SHA for a97a6cc
language-command.php
@@ -4,10 +4,10 @@
4
return;
5
}
6
7
-$autoload = dirname( __FILE__ ) . '/vendor/autoload.php';
+$wpcli_language_autoloader = dirname( __FILE__ ) . '/vendor/autoload.php';
8
9
-if ( file_exists( $autoload ) ) {
10
- require_once $autoload;
+if ( file_exists( $wpcli_language_autoloader ) ) {
+ require_once $wpcli_language_autoloader;
11
12
13
WP_CLI::add_command( 'language core', 'Core_Language_Command', array(
0 commit comments