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.