From 625849cc60c225b2b7b94780199dfac1b6934cb3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Jan 2017 13:26:43 +0000 Subject: [PATCH] Docs: Add missing `@since` and `@access` tags for `WP_Date_Query::is_first_order_clause()`. Props keesiemeijer. #39462. Built from https://develop.svn.wordpress.org/trunk@39672 git-svn-id: http://core.svn.wordpress.org/trunk@39612 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/date.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-includes/date.php b/wp-includes/date.php index c7d6b0409c..96a784e58d 100644 --- a/wp-includes/date.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index c915631468..ae2d4be733 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39671'; +$wp_version = '4.8-alpha-39672'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.