WP_CLI mode bug in 1.2.6.x
-
user-access-manager.php conatains following code:
if (defined('WP_CLI') && WP_CLI) { include __DIR__.'/includes/wp-cli.php'; }
But “includes” subdirectory does not contain “wp-cli.php” file!
This bug was added in 1.2.6.0, between SVN revisions 772943 and 1087576.
Can be workarounded by creation of empty “includes/wp-cli.php” file.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP_CLI mode bug in 1.2.6.x’ is closed to new replies.