diff --git a/wp-includes/class-wp-taxonomy.php b/wp-includes/class-wp-taxonomy.php index 94353d84e9..dfca25dd79 100644 --- a/wp-includes/class-wp-taxonomy.php +++ b/wp-includes/class-wp-taxonomy.php @@ -147,7 +147,7 @@ final class WP_Taxonomy { * Capabilities for this taxonomy. * * @since 4.7.0 - * @var array + * @var object */ public $cap; diff --git a/wp-includes/version.php b/wp-includes/version.php index 57eb444e18..94f61c127a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43246'; +$wp_version = '5.0-alpha-43247'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.