From 9a390ea6bde9a608112385a59feca88de1f05de2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 13 May 2018 10:31:22 +0000 Subject: [PATCH] Docs: Correct type for `WP_Taxonomy::$cap`. Props dlh. Fixes #44061. Built from https://develop.svn.wordpress.org/trunk@43247 git-svn-id: http://core.svn.wordpress.org/trunk@43076 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-taxonomy.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.