diff --git a/src/wp-includes/date.php b/src/wp-includes/date.php index c7d6b0409c..96a784e58d 100644 --- a/src/wp-includes/date.php +++ b/src/wp-includes/date.php @@ -251,6 +251,9 @@ class WP_Date_Query { * Checks to see if the current clause has any time-related keys. * If so, it's first-order. * + * @since 4.1.0 + * @access protected + * * @param array $query Query clause. * @return bool True if this is a first-order clause. */