Docs: Various formatting improvements to inline docblocks.

See #49572

git-svn-id: https://develop.svn.wordpress.org/trunk@48574 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-07-23 00:50:57 +00:00
parent 4b2abac911
commit 5e35ad2510
25 changed files with 81 additions and 74 deletions
+4 -3
View File
@@ -53,10 +53,11 @@ class WP_User {
public $ID = 0;
/**
* The individual capabilities the user has been given.
* Capabilities that the individual user has been granted outside of those inherited from their role.
*
* @since 2.0.0
* @var array
* @var bool[] Array of key/value pairs where keys represent a capability name and boolean values
* represent whether the user has that capability.
*/
public $caps = array();
@@ -72,7 +73,7 @@ class WP_User {
* The roles the user is part of.
*
* @since 2.0.0
* @var array
* @var string[]
*/
public $roles = array();