From b4a1fc692db48f0ebfb67e6a0d4503fe38ed3997 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 13 May 2018 10:30:19 +0000 Subject: [PATCH] Docs: Correct type for `WP_Taxonomy::$cap`. Props dlh. Fixes #44061. git-svn-id: https://develop.svn.wordpress.org/trunk@43247 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-taxonomy.php b/src/wp-includes/class-wp-taxonomy.php index 94353d84e9..dfca25dd79 100644 --- a/src/wp-includes/class-wp-taxonomy.php +++ b/src/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;