Changeset 12008 for trunk/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/index.php
- Timestamp:
- 04/28/2018 01:32:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars/index.php
r11719 r12008 38 38 <button type="button" class="button edit" id="bp-delete-avatar"><?php esc_html_e( 'Delete Group Profile Photo', 'buddypress' ); ?></button> 39 39 <# } else { #> 40 <?php do_action( 'bp_attachments_avatar_delete_template' ); ?> 40 <?php 41 /** 42 * Fires inside the avatar delete frontend template markup if no other data.object condition is met. 43 * 44 * @since 3.0.0 45 */ 46 do_action( 'bp_attachments_avatar_delete_template' ); ?> 41 47 <# } #> 42 48 </script> 43 49 44 <?php do_action( 'bp_attachments_avatar_main_template' ); ?> 50 <?php 51 /** 52 * Fires after the avatar main frontend template markup. 53 * 54 * @since 3.0.0 55 */ 56 do_action( 'bp_attachments_avatar_main_template' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.