Changeset 13822 for trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-cover-image.php
- Timestamp:
- 04/29/2024 06:50:42 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-cover-image.php
r12082 r13822 10 10 ?> 11 11 12 <h2><?php _e( 'Change Cover Image', 'buddypress' ); ?></h2>12 <h2><?php esc_html_e( 'Change Cover Image', 'buddypress' ); ?></h2> 13 13 14 14 <?php … … 21 21 do_action( 'bp_before_profile_edit_cover_image' ); ?> 22 22 23 <p><?php _e( 'Your Cover Image will be used to customize the header of your profile.', 'buddypress' ); ?></p>23 <p><?php esc_html_e( 'Your Cover Image will be used to customize the header of your profile.', 'buddypress' ); ?></p> 24 24 25 25 <?php bp_attachments_get_template_part( 'cover-images/index' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.