Ticket #50626: 50626.diff
File 50626.diff, 510 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/query.php
diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 69055b3930..c0a071652e 100644
a b function is_day() { 399 399 * 400 400 * @param string|string[] $feeds Optional. Feed type or array of feed types 401 401 * to check against. Default empty. 402 * @return bool 402 * @return bool True if the query is for a feed, false on failure. 403 403 */ 404 404 function is_feed( $feeds = '' ) { 405 405 global $wp_query;