Commit 706307a
committed
Coding Standards: Remove redundant check in
This commit removes an unnecessary `empty( $modes_str )` check, as the previous code block already checks the same value and returns early.
Follow-up to [30587], [56475].
Props justlevine.
See #64238.
git-svn-id: https://develop.svn.wordpress.org/trunk@61243 602fd350-edb4-49c9-b593-d223f7449a82wpdb::set_sql_mode().1 parent 2740a8e commit 706307a
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
964 | | - | |
965 | | - | |
966 | | - | |
967 | | - | |
968 | | - | |
969 | | - | |
| 963 | + | |
970 | 964 | | |
971 | 965 | | |
972 | 966 | | |
| |||
0 commit comments