mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
Users: $user_level
has been publicly-accessed on instances of WP_User
since version 2.0, but is has never been declared.
See #37771. Built from https://develop.svn.wordpress.org/trunk@38317 git-svn-id: http://core.svn.wordpress.org/trunk@38258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d3312bc278
commit
7466118616
@ -85,6 +85,13 @@ class WP_User {
|
|||||||
*/
|
*/
|
||||||
public $allcaps = array();
|
public $allcaps = array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 2.0.0
|
||||||
|
* @access public
|
||||||
|
* @var int
|
||||||
|
*/
|
||||||
|
public $user_level = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The filter context applied to user data fields.
|
* The filter context applied to user data fields.
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7-alpha-38316';
|
$wp_version = '4.7-alpha-38317';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user