Changeset 38319
- Timestamp:
- 08/22/2016 10:14:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r38317 r38319 28 28 * @property string $user_activation_key 29 29 * @property string $user_status 30 * @property int $user_level 30 31 * @property string $display_name 31 32 * @property string $spam … … 85 86 */ 86 87 public $allcaps = array(); 87 88 /**89 * @since 2.0.090 * @access public91 * @var int92 */93 public $user_level = 0;94 88 95 89 /**
Note: See TracChangeset
for help on using the changeset viewer.