wp-cli / search-replace-command

Searches/replaces strings in the database.
MIT License
57 stars 45 forks source link

Remove unneeded condition #116

Closed schlessera closed 5 years ago

schlessera commented 5 years ago

I originally meant to turn the loose comparison into a strict one here, but afaict, the condition is useless, as we already have the opposite check with a continue above. It would always be true anyway.