Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant
if
clause related to strpos()
usage.
If `false !== strpos( ... )` then it's always the case that the return value will be `>= 0`. See #1167.
- Loading branch information