Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2016 07:38:27 PM (9 years ago)
Author:
tw2113
Message:

Continued XProfile docs cleanup.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-screens.php

    r10434 r10740  
    1818 * Handles the display of the profile page by loading the correct template file.
    1919 *
     20 * @since 1.0.0
     21 *
    2022 * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).
    2123 */
     
    4547 * Handles the display of the profile edit page by loading the correct template file.
    4648 * Also checks to make sure this can only be accessed for the logged in users profile.
     49 *
     50 * @since 1.0.0
    4751 *
    4852 * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user.
     
    203207/**
    204208 * Handles the uploading and cropping of a user avatar. Displays the change avatar page.
     209 *
     210 * @since 1.0.0
    205211 *
    206212 * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user.
     
    297303 * Displays the change cover image page.
    298304 *
    299  * @package BuddyPress XProfile
    300  *
    301305 * @since 2.4.0
    302306 */
Note: See TracChangeset for help on using the changeset viewer.