Skip to content

Commit f0720fc

Browse files
committed
Revert removal of invalid version message constant
1 parent b3cf3b6 commit f0720fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/WP_CLI/CommandWithUpgrade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ abstract class CommandWithUpgrade extends \WP_CLI_Command {
1616

1717
protected $chained_command = false;
1818

19+
// Invalid version message.
20+
const INVALID_VERSION_MESSAGE = 'version higher than expected';
21+
1922
public function __construct() {
2023

2124
// Do not automatically check translations updates after updating plugins/themes.

0 commit comments

Comments
 (0)