Changeset 8318 for trunk/bp-members/bp-members-classes.php
- Timestamp:
- 04/24/2014 09:59:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-classes.php
r8294 r8318 473 473 * @since BuddyPress (2.0.0) 474 474 * 475 * @param array $signup_ids single id or list of ids to resend476 * @return array the results475 * @param array $signup_ids Single ID or list of IDs to resend. 476 * @return array 477 477 */ 478 478 public static function resend( $signup_ids = array() ) { … … 540 540 * @since BuddyPress (2.0.0) 541 541 * 542 * @param array $signup_ids Single id or list of ids to resend.543 * @return array the results542 * @param array $signup_ids Single ID or list of IDs to activate. 543 * @return array 544 544 */ 545 545 public static function activate( $signup_ids = array() ) { … … 600 600 * @since BuddyPress (2.0.0) 601 601 * 602 * @param array $signup_ids single id or list of ids to resend603 * @return array the results602 * @param array $signup_ids Single ID or list of IDs to delete. 603 * @return array 604 604 */ 605 605 public static function delete( $signup_ids = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.