Make WordPress Core


Ignore:
Timestamp:
07/01/2021 09:11:48 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Descriptive improvements and corrections for various docblocks.

See #53399

File:
1 edited

Legend:

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

    r51298 r51300  
    17501750 *     @type bool   $use_ssl              Whether the user should always access the admin over
    17511751 *                                        https. Default false.
    1752  *     @type string $user_registered      Date the user registered. Format is 'Y-m-d H:i:s'.
     1752 *     @type string $user_registered      Date the user registered in UTC. Format is 'Y-m-d H:i:s'.
    17531753 *     @type string $user_activation_key  Password reset key. Default empty.
    17541754 *     @type bool   $spam                 Multisite only. Whether the user is marked as spam.
Note: See TracChangeset for help on using the changeset viewer.