Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2023 01:31:37 AM (4 years ago)
Author:
espellcaste
Message:

Properly declare missing properties to several classes.

Closes https://github.com/buddypress/buddypress/pull/54
See #7018

File:
1 edited

Legend:

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

    r13165 r13399  
    2222         */
    2323        public $id;
     24
     25        /**
     26         * ID of the signup which the object relates to.
     27         *
     28         * @since 2.0.0
     29         * @var integer
     30         */
     31        public $signup_id;
    2432
    2533        /**
Note: See TracChangeset for help on using the changeset viewer.