Changeset 48574 for trunk/src/wp-includes/class-wp-user.php
- Timestamp:
- 07/23/2020 12:50:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r47848 r48574 54 54 55 55 /** 56 * The individual capabilities the user has been given. 57 * 58 * @since 2.0.0 59 * @var array 56 * Capabilities that the individual user has been granted outside of those inherited from their role. 57 * 58 * @since 2.0.0 59 * @var bool[] Array of key/value pairs where keys represent a capability name and boolean values 60 * represent whether the user has that capability. 60 61 */ 61 62 public $caps = array(); … … 73 74 * 74 75 * @since 2.0.0 75 * @var array76 * @var string[] 76 77 */ 77 78 public $roles = array();
Note: See TracChangeset
for help on using the changeset viewer.