diff --git a/wp-includes/meta.php b/wp-includes/meta.php index f90312304d..b57e761f46 100644 --- a/wp-includes/meta.php +++ b/wp-includes/meta.php @@ -937,6 +937,7 @@ class WP_Meta_Query { * A flat list of clauses, keyed by clause 'name'. * * @since 4.2.0 + * @access protected * @var array */ protected $clauses = array(); @@ -1492,7 +1493,7 @@ class WP_Meta_Query { * @since 4.2.0 * @access public * - * @return array + * @return array Meta clauses. */ public function get_clauses() { return $this->clauses; diff --git a/wp-includes/version.php b/wp-includes/version.php index dd1993bfcb..ee6f4b70eb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32043'; +$wp_version = '4.2-beta4-32044'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.