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.
1 parent b3cf3b6 commit f0720fcCopy full SHA for f0720fc
src/WP_CLI/CommandWithUpgrade.php
@@ -16,6 +16,9 @@ abstract class CommandWithUpgrade extends \WP_CLI_Command {
16
17
protected $chained_command = false;
18
19
+ // Invalid version message.
20
+ const INVALID_VERSION_MESSAGE = 'version higher than expected';
21
+
22
public function __construct() {
23
24
// Do not automatically check translations updates after updating plugins/themes.
0 commit comments