Ticket #39462: 39462.patch
File 39462.patch, 461 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/date.php
251 251 * Checks to see if the current clause has any time-related keys. 252 252 * If so, it's first-order. 253 253 * 254 * @since 4.1.0 255 * @access protected 256 * 254 257 * @param array $query Query clause. 255 258 * @return bool True if this is a first-order clause. 256 259 */