Make WordPress Core

Changeset 31555


Ignore:
Timestamp:
02/26/2015 05:53:31 AM (10 years ago)
Author:
wonderboymusic
Message:

Cleanup the @property annotations for WP_User.

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/capabilities.php

    r31211 r31555  
    420420 * @subpackage User
    421421 *
    422  * @property string $display_name
    423422 * @property string $nickname
    424423 * @property string $user_description
    425  * @property string $user_email
    426424 * @property string $user_firstname
    427425 * @property string $user_lastname
     426 * @property string $user_login
     427 * @property string $user_pass
    428428 * @property string $user_nicename
    429  * @property string $user_pass
     429 * @property string $user_email
     430 * @property string $user_url
    430431 * @property string $user_registered
    431  * @property string $user_url
     432 * @property string $user_activation_key
     433 * @property string $user_status
     434 * @property string $display_name
    432435 * @property string $spam
     436 * @property string $deleted
    433437 */
    434438class WP_User {
Note: See TracChangeset for help on using the changeset viewer.