Changeset 12750 for trunk/src/bp-groups/bp-groups-blocks.php
- Timestamp:
- 10/11/2020 02:07:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-blocks.php
r12749 r12750 116 116 esc_url( $group_link ), 117 117 esc_url( $avatar ), 118 / / Translators: %s is the group's name.118 /* Translators: %s is the group's name. */ 119 119 sprintf( esc_html__( 'Group Profile photo of %s', 'buddypress' ), $group_name ) 120 120 ); … … 269 269 </div>', 270 270 esc_url( $group_link ), 271 /* translators: %s: the group's name*/272 sprintf( esc_attr__( ' Profile photo of %s', 'buddypress' ), $group->display_name ),271 /* Translators: %s is the group's name. */ 272 sprintf( esc_attr__( 'Group Profile photo of %s', 'buddypress' ), $group->display_name ), 273 273 esc_url( 274 274 bp_core_fetch_avatar(
Note: See TracChangeset
for help on using the changeset viewer.