Changeset 13499 for trunk/src/bp-members/classes/class-bp-signup.php
- Timestamp:
- 06/09/2023 12:52:29 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-members/classes/class-bp-signup.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-signup.php
r13469 r13499 173 173 * 174 174 * @since 2.0.0 175 * 176 * @global wpdb $wpdb The WordPress database object. 175 177 */ 176 178 public function populate() { … … 258 260 * @since 2.0.0 259 261 * @since 6.0.0 Added a list of allowed orderby parameters. 262 * 263 * @global wpdb $wpdb The WordPress database object. 260 264 * 261 265 * @param array $args { … … 443 447 * @since 2.0.0 444 448 * 449 * @global wpdb $wpdb The WordPress database object. 450 * 445 451 * @param array $args { 446 452 * Array of arguments for signup addition. … … 528 534 * 529 535 * @since 2.0.0 536 * 537 * @global wpdb $wpdb The WordPress database object. 530 538 * 531 539 * @param string $user_login User login string. … … 642 650 * @since 2.0.0 643 651 * 652 * @global wpdb $wpdb The WordPress database object. 653 * 644 654 * @param string $key Activation key. 645 655 * @return bool True on success, false on failure. … … 715 725 * 716 726 * @since 2.0.0 727 * 728 * @global wpdb $wpdb The WordPress database object. 717 729 * 718 730 * @param array $args { … … 983 995 * @since 2.0.0 984 996 * 997 * @global wpdb $wpdb The WordPress database object. 998 * 985 999 * @param array $signup_ids Single ID or list of IDs to delete. 986 1000 * @return array
Note: See TracChangeset
for help on using the changeset viewer.