From 3cba9d7f61c0b7d4cb63ec486a98f222478b004a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Dec 2015 18:11:26 +0000 Subject: [PATCH] Docs: Add missing parameter descriptions to the DocBlock for `WP_Query::set_found_posts()`. See #32246. Built from https://develop.svn.wordpress.org/trunk@35968 git-svn-id: http://core.svn.wordpress.org/trunk@35933 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/query.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index ee0fc97862..9782eb4931 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -3770,6 +3770,9 @@ class WP_Query { * @access private * * @global wpdb $wpdb WordPress database abstraction object. + * + * @param array $q Query variables. + * @param string $limits LIMIT clauses of the query. */ private function set_found_posts( $q, $limits ) { global $wpdb; diff --git a/wp-includes/version.php b/wp-includes/version.php index b0d3d4a67d..ecbb552932 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35967'; +$wp_version = '4.5-alpha-35968'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.