Skip to content

Commit da44f6a

Browse files
committed
set default value of the regex limit to -1
1 parent 8c471e9 commit da44f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Search_Replace_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Search_Replace_Command extends WP_CLI_Command {
99
private $regex;
1010
private $regex_flags;
1111
private $regex_delimiter;
12-
private $regex_limit = 1;
12+
private $regex_limit = -1;
1313
private $skip_tables;
1414
private $skip_columns;
1515
private $include_columns;

0 commit comments

Comments
 (0)