Changeset 13822 for trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
- Timestamp:
- 04/29/2024 06:50:42 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
r13437 r13822 64 64 <?php 65 65 /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */ 66 printf( __( 'Active %s', 'buddypress' ), bp_get_group_last_active() );66 printf( esc_html__( 'Active %s', 'buddypress' ), esc_html( bp_get_group_last_active() ) ); 67 67 ?> 68 68 </span> … … 78 78 <?php if ( bp_group_is_visible() ) : ?> 79 79 80 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2>80 <h2><?php esc_html_e( 'Group Admins', 'buddypress' ); ?></h2> 81 81 82 82 <?php bp_group_list_admins(); … … 98 98 do_action( 'bp_before_group_menu_mods' ); ?> 99 99 100 <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2>100 <h2><?php esc_html_e( 'Group Mods' , 'buddypress' ); ?></h2> 101 101 102 102 <?php bp_group_list_mods();
Note: See TracChangeset
for help on using the changeset viewer.