Changeset 34090 for trunk/src/wp-includes/query.php
- Timestamp:
- 09/12/2015 09:05:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r34089 r34090 2281 2281 } 2282 2282 2283 if ( ! in_array( $orderby, $allowed_keys ) ) {2283 if ( ! in_array( $orderby, $allowed_keys, true ) ) { 2284 2284 return false; 2285 2285 }
Note: See TracChangeset
for help on using the changeset viewer.