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-core/bp-core-classes.php

    r7310 r7311  
    751751     * @uses bp_profile_last_updated_date() Returns the last updated date for a user.
    752752     */
    753     private function populate() {
     753    public function populate() {
    754754
    755755        if ( bp_is_active( 'xprofile' ) )
     
    784784     * Populates extra fields such as group and friendship counts.
    785785     */
    786     private function populate_extras() {
     786    public function populate_extras() {
    787787
    788788        if ( bp_is_active( 'friends' ) ) {
     
    13481348     * @global wpdb $wpdb WordPress database object
    13491349     */
    1350     private function populate() {
     1350    public function populate() {
    13511351        global $bp, $wpdb;
    13521352
Note: See TracChangeset for help on using the changeset viewer.