Changeset 10825 for trunk/src/bp-xprofile/bp-xprofile-screens.php
- Timestamp:
- 05/29/2016 06:12:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-screens.php
r10740 r10825 20 20 * @since 1.0.0 21 21 * 22 * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).23 22 */ 24 23 function xprofile_screen_display_profile() { … … 50 49 * @since 1.0.0 51 50 * 52 * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user.53 * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).54 51 */ 55 52 function xprofile_screen_edit_profile() { … … 210 207 * @since 1.0.0 211 208 * 212 * @uses bp_is_my_profile() Checks to make sure the current user being viewed equals the logged in user.213 * @uses bp_core_load_template() Looks for and loads a template file within the current member theme (folder/filename).214 209 */ 215 210 function xprofile_screen_change_avatar() {
Note: See TracChangeset
for help on using the changeset viewer.