Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2013 06:26:35 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Revert more private method scope breaking changes from r7308. See #5108.

File:
1 edited

Legend:

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

    r7310 r7311  
    2424    }
    2525
    26     private function populate( $id ) {
     26    public function populate( $id ) {
    2727        global $wpdb, $bp;
    2828
     
    451451    }
    452452
    453     private function populate( $id, $user_id, $get_data ) {
     453    public function populate( $id, $user_id, $get_data ) {
    454454        global $wpdb, $userdata, $bp;
    455455
     
    10161016    }
    10171017
    1018     private function populate( $field_id, $user_id )  {
     1018    public function populate( $field_id, $user_id )  {
    10191019        global $wpdb, $bp;
    10201020
Note: See TracChangeset for help on using the changeset viewer.