Skip to content

Commit e559ecf

Browse files
author
alpipego
committed
add default value for regex_limit
1 parent fb17561 commit e559ecf

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
@@ -5,11 +5,11 @@ class Search_Replace_Command extends WP_CLI_Command {
55
private $dry_run;
66
private $export_handle = false;
77
private $export_insert_size;
8-
private $regex_limit;
98
private $recurse_objects;
109
private $regex;
1110
private $regex_flags;
1211
private $regex_delimiter;
12+
private $regex_limit = 1;
1313
private $skip_tables;
1414
private $skip_columns;
1515
private $include_columns;

0 commit comments

Comments
 (0)