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:
parent
7f23a920d2
commit
9a390ea6bd
|
@ -147,7 +147,7 @@ final class WP_Taxonomy {
|
||||||
* Capabilities for this taxonomy.
|
* Capabilities for this taxonomy.
|
||||||
*
|
*
|
||||||
* @since 4.7.0
|
* @since 4.7.0
|
||||||
* @var array
|
* @var object
|
||||||
*/
|
*/
|
||||||
public $cap;
|
public $cap;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue