Skip to content

Commit c50cb30

Browse files
Merge pull request wp-cli#73 from wp-cli/fix-typo-version-0.22.0
Fix typo in 2016-01-07-version-0.22.0.md
2 parents f1b698d + 383cf81 commit c50cb30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2016-01-07-version-0.22.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ I also landed a number of search-replace bug fixes and minor enhancements:
2525
* 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)].
2626
* Bails early when the replacement string is the same as the search string [[#2235](https://github.com/wp-cli/wp-cli/pull/2235)].
2727
* 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)].
2929
* Drops unnecessary `REGEXP` query when in regex mode [[#2305](https://github.com/wp-cli/wp-cli/pull/2305)].
3030

3131
### Changes to supported versions

0 commit comments

Comments
 (0)