You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2016-01-07-version-0.22.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ I also landed a number of search-replace bug fixes and minor enhancements:
25
25
* Lets users know to flush their persistent object cache after a search-replace procedure is performed [[#2236](https://github.com/wp-cli/wp-cli/pull/2236)].
26
26
* Bails early when the replacement string is the same as the search string [[#2235](https://github.com/wp-cli/wp-cli/pull/2235)].
27
27
* Indicates execution time when running search/replace with `--verbose`[[#2242](https://github.com/wp-cli/wp-cli/pull/2242)].
28
-
* Prevents unnecessary calls to `$wpdb->update()` when no there are replacements to be made [[#2245](https://github.com/wp-cli/wp-cli/pull/2245)].
28
+
* Prevents unnecessary calls to `$wpdb->update()` when there are no replacements to be made [[#2245](https://github.com/wp-cli/wp-cli/pull/2245)].
29
29
* Drops unnecessary `REGEXP` query when in regex mode [[#2305](https://github.com/wp-cli/wp-cli/pull/2305)].
0 commit comments