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
This commit is contained in:
Sergey Biryukov 2018-05-13 10:31:22 +00:00
parent 7f23a920d2
commit 9a390ea6bd
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ final class WP_Taxonomy {
* Capabilities for this taxonomy.
*
* @since 4.7.0
* @var array
* @var object
*/
public $cap;

View File

@ -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.