Docs: Add a file header to wp-includes/class-wp-user.php, created in [33752].
See #33413. Built from https://develop.svn.wordpress.org/trunk@34387 git-svn-id: http://core.svn.wordpress.org/trunk@34351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a88e3e9a1d
commit
16d8ed44a5
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34386';
|
||||
$wp_version = '4.4-alpha-34387';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue