Docs: Add a file header to wp-includes/class-wp-user.php, created in [33752].
See #33413. git-svn-id: https://develop.svn.wordpress.org/trunk@34387 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
419bcab6d8
commit
adc24d967b
@ -1,10 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* WordPress User class.
|
||||
* User API: WP_User class
|
||||
*
|
||||
* @since 2.0.0
|
||||
* @package WordPress
|
||||
* @subpackage User
|
||||
* @since 4.4.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core class used to implement the WP_User object.
|
||||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
* @property string $nickname
|
||||
* @property string $description
|
||||
|
Loading…
Reference in New Issue
Block a user