diff --git a/wp-includes/class.wp-dependencies.php b/wp-includes/class.wp-dependencies.php index 2ba28b024b..31bc84de22 100644 --- a/wp-includes/class.wp-dependencies.php +++ b/wp-includes/class.wp-dependencies.php @@ -342,7 +342,7 @@ class WP_Dependencies { * * @param string $handle Name of the item. Should be unique. * @param string $list Property name of list array. - * @return bool Found, or object Item data. + * @return bool|_WP_Dependency Found, or object Item data. */ public function query( $handle, $list = 'registered' ) { switch ( $list ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 8531ab1a1e..6254631041 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36712'; +$wp_version = '4.5-beta1-36713'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.