Changeset 10825 for trunk/src/bp-core/classes/class-bp-core-user.php
- Timestamp:
- 05/29/2016 06:12:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core-user.php
r10749 r10825 147 147 /** 148 148 * Populate the instantiated class with data based on the User ID provided. 149 *150 * @uses bp_core_get_userurl() Returns the URL with no HTML markup for151 * a user based on their user id.152 * @uses bp_core_get_userlink() Returns a HTML formatted link for a153 * user with the user's full name as the link text.154 * @uses bp_core_get_user_email() Returns the email address for the155 * user based on user ID.156 * @uses bp_get_user_meta() BP function returns the value of passed157 * usermeta name from usermeta table.158 * @uses bp_core_fetch_avatar() Returns HTML formatted avatar for a user159 * @uses bp_profile_last_updated_date() Returns the last updated date160 * for a user.161 149 */ 162 150 public function populate() {
Note: See TracChangeset
for help on using the changeset viewer.