Changeset 7311 for trunk/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 07/25/2013 06:26:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r7310 r7311 24 24 } 25 25 26 p rivatefunction populate( $id ) {26 public function populate( $id ) { 27 27 global $wpdb, $bp; 28 28 … … 451 451 } 452 452 453 p rivatefunction populate( $id, $user_id, $get_data ) {453 public function populate( $id, $user_id, $get_data ) { 454 454 global $wpdb, $userdata, $bp; 455 455 … … 1016 1016 } 1017 1017 1018 p rivatefunction populate( $field_id, $user_id ) {1018 public function populate( $field_id, $user_id ) { 1019 1019 global $wpdb, $bp; 1020 1020
Note: See TracChangeset
for help on using the changeset viewer.