Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/25/2013 10:29:20 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Revert some private method scope breaking changes accidentally introduced in r7308. See #5108.

File:
1 edited

Legend:

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

    r7308 r7310  
    796796    }
    797797
    798     private function get_profile_data() {
     798    public function get_profile_data() {
    799799        return BP_XProfile_ProfileData::get_all_for_user( $this->id );
    800800    }
Note: See TracChangeset for help on using the changeset viewer.