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:
Drew Jaynes 2015-09-22 09:56:25 +00:00
parent a88e3e9a1d
commit 16d8ed44a5
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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.