Changeset 11836 for trunk/src/bp-templates/shared/buddypress/assets/_attachments/cover-images/index.php
- Timestamp:
- 01/30/2018 10:48:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/shared/buddypress/assets/_attachments/cover-images/index.php
r11719 r11836 21 21 <script id="tmpl-bp-cover-image-delete" type="text/html"> 22 22 <# if ( 'user' === data.object ) { #> 23 <p><?php _e( "If you'd like to delete your current cover image but not upload a new one, please use the delete Cover Image button.", 'buddypress' ); ?></p>23 <p><?php esc_html_e( "If you'd like to delete your current cover image but not upload a new one, please use the delete Cover Image button.", 'buddypress' ); ?></p> 24 24 <button type="button" class="button edit" id="bp-delete-cover-image"><?php esc_html_e( 'Delete My Cover Image', 'buddypress' ); ?></button> 25 25 <# } else if ( 'group' === data.object ) { #> 26 <p><?php _e( "If you'd like to remove the existing group cover image but not upload a new one, please use the delete group cover image button.", 'buddypress' ); ?></p>26 <p><?php esc_html_e( "If you'd like to remove the existing group cover image but not upload a new one, please use the delete group cover image button.", 'buddypress' ); ?></p> 27 27 <button type="button" class="button edit" id="bp-delete-cover-image"><?php esc_html_e( 'Delete Group Cover Image', 'buddypress' ); ?></button> 28 28 <# } else { #>
Note: See TracChangeset
for help on using the changeset viewer.