We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a66e18 commit 6176cb0Copy full SHA for 6176cb0
1 file changed
src/Search_Replace_Command.php
@@ -210,7 +210,7 @@ class Search_Replace_Command extends WP_CLI_Command {
210
* : Force the use of PHP (instead of SQL) for all columns. By default, the command
211
* uses fast SQL queries, but automatically switches to PHP for columns containing
212
* serialized data. Use this flag to ensure PHP processes all columns, which is
213
- * slower but handles complex serialized data structures more reliably. * If --callback is specified, --precise is inferred.
+ * slower but handles complex serialized data structures more reliably. * If --callback is specified, --precise is inferred.
214
*
215
* [--recurse-objects]
216
* : Enable recursing into objects to replace strings. Defaults to true;
0 commit comments