Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/21/2012 03:47:05 PM (12 years ago)
Author:
djpaul
Message:

Add missing field declarations to classes. Fixes #4159

File:
1 edited

Legend:

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

    r5933 r5999  
    109109    var $total_groups;
    110110
    111     /** Public Method*s *******************************************************/
     111    /**
     112     * Profile information for the specific user.
     113     *
     114     * @since BuddyPress (1.2)
     115     * @var array
     116     */
     117    public $profile_data;
     118
     119    /** Public Methods *******************************************************/
    112120
    113121    /**
Note: See TracChangeset for help on using the changeset viewer.