Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/24/2014 09:59:12 PM (11 years ago)
Author:
boonebgorges
Message:

Improved documentation in Members component. See #5022

File:
1 edited

Legend:

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

    r8294 r8318  
    473473     * @since BuddyPress (2.0.0)
    474474     *
    475      * @param array $signup_ids single id or list of ids to resend
    476      * @return array the results
     475     * @param array $signup_ids Single ID or list of IDs to resend.
     476     * @return array
    477477     */
    478478    public static function resend( $signup_ids = array() ) {
     
    540540     * @since BuddyPress (2.0.0)
    541541     *
    542      * @param array $signup_ids Single id or list of ids to resend.
    543      * @return array the results
     542     * @param array $signup_ids Single ID or list of IDs to activate.
     543     * @return array
    544544     */
    545545    public static function activate( $signup_ids = array() ) {
     
    600600     * @since BuddyPress (2.0.0)
    601601     *
    602      * @param array $signup_ids single id or list of ids to resend
    603      * @return array the results
     602     * @param array $signup_ids Single ID or list of IDs to delete.
     603     * @return array
    604604     */
    605605    public static function delete( $signup_ids = array() ) {
Note: See TracChangeset for help on using the changeset viewer.