Changeset 10740 for trunk/src/bp-xprofile/bp-xprofile-screens.php
- Timestamp:
- 05/07/2016 07:38:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-screens.php
r10434 r10740 18 18 * Handles the display of the profile page by loading the correct template file. 19 19 * 20 * @since 1.0.0 21 * 20 22 * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename). 21 23 */ … … 45 47 * Handles the display of the profile edit page by loading the correct template file. 46 48 * Also checks to make sure this can only be accessed for the logged in users profile. 49 * 50 * @since 1.0.0 47 51 * 48 52 * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user. … … 203 207 /** 204 208 * Handles the uploading and cropping of a user avatar. Displays the change avatar page. 209 * 210 * @since 1.0.0 205 211 * 206 212 * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user. … … 297 303 * Displays the change cover image page. 298 304 * 299 * @package BuddyPress XProfile300 *301 305 * @since 2.4.0 302 306 */
Note: See TracChangeset
for help on using the changeset viewer.