Changeset 9814 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
- Timestamp:
- 04/28/2015 01:52:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
r9757 r9814 1 1 <h4><?php _e( 'Change Profile Photo', 'buddypress' ); ?></h4> 2 2 3 <?php do_action( 'bp_before_profile_avatar_upload_content' ); ?> 3 <?php 4 5 /** 6 * Fires before the display of profile avatar upload content. 7 * 8 * @since BuddyPress (1.1.0) 9 */ 10 do_action( 'bp_before_profile_avatar_upload_content' ); ?> 4 11 5 12 <?php if ( !(int)bp_get_option( 'bp-disable-avatar-uploads' ) ) : ?> … … 65 72 <?php endif; ?> 66 73 67 <?php do_action( 'bp_after_profile_avatar_upload_content' ); ?> 74 <?php 75 76 /** 77 * Fires after the display of profile avatar upload content. 78 * 79 * @since BuddyPress (1.1.0) 80 */ 81 do_action( 'bp_after_profile_avatar_upload_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.