From 0df296a519a6d3924d7b5b652ccefe422f955bfd Mon Sep 17 00:00:00 2001 From: SergeyBiryukov Date: Wed, 4 Jan 2017 13:25:27 +0000 Subject: [PATCH] Docs: Add missing `@since` and `@access` tags for `WP_Date_Query::is_first_order_clause()`. Props keesiemeijer. #39462. git-svn-id: https://develop.svn.wordpress.org/trunk@39672 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/date.php | 3 +++ 1 file changed, 3 insertions(+) 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. */