Changeset 13020
- Timestamp:
- 07/17/2021 10:55:24 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-blocks.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-blocks.php
r13004 r13020 94 94 esc_url( $avatar ), 95 95 /* Translators: %s is the group's name. */ 96 sprintf( esc_ html__( 'Group Profile photo of %s', 'buddypress' ), $group_name)96 sprintf( esc_attr__( 'Group Profile photo of %s', 'buddypress' ), esc_html( $group_name ) ) 97 97 ); 98 98 } … … 246 246 </div>', 247 247 esc_url( $group_link ), 248 /* Translators: %s is the group's name. */249 sprintf( esc_attr__( 'Group Profile photo of %s', 'buddypress' ), esc_html( $group->name ) ),250 248 esc_url( 251 249 bp_core_fetch_avatar( … … 257 255 ) 258 256 ) 259 ) 257 ), 258 /* Translators: %s is the group's name. */ 259 sprintf( esc_attr__( 'Group Profile photo of %s', 'buddypress' ), esc_html( $group->name ) ) 260 260 ); 261 261 }
Note: See TracChangeset
for help on using the changeset viewer.