mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
In wpdb::get_col_length(), the final return false is unreachable since the default switch case returns.
See #33491. git-svn-id: https://develop.svn.wordpress.org/trunk@33956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bb6dee64ae
commit
ae16cec9fb
@ -2521,8 +2521,6 @@ class wpdb {
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user