Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/15/2016 04:59:34 AM (9 years ago)
Author:
tw2113
Message:

Plenty of @since tag updates for the Members component.

See #6402.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-signup.php

    r10597 r10711  
    1010/**
    1111 * Class used to handle Signups.
     12 *
     13 * @since 2.0.0
    1214 */
    1315class BP_Signup {
     
    1618     * ID of the signup which the object relates to.
    1719     *
     20     * @since 2.0.0
    1821     * @var integer
    1922     */
     
    2326     * The URL to the full size of the avatar for the user.
    2427     *
     28     * @since 2.0.0
    2529     * @var string
    2630     */
     
    3034     * The username for the user.
    3135     *
     36     * @since 2.0.0
    3237     * @var string
    3338     */
     
    3742     * The email for the user.
    3843     *
     44     * @since 2.0.0
    3945     * @var string
    4046     */
     
    4450     * The full name of the user.
    4551     *
     52     * @since 2.0.0
    4653     * @var string
    4754     */
     
    5158     * Metadata associated with the signup.
    5259     *
     60     * @since 2.0.0
    5361     * @var array
    5462     */
     
    5866     * The registered date for the user.
    5967     *
     68     * @since 2.0.0
    6069     * @var string
    6170     */
     
    6574     * The activation key for the user.
    6675     *
     76     * @since 2.0.0
    6777     * @var string
    6878     */
Note: See TracChangeset for help on using the changeset viewer.