Changeset 12105 for branches/3.0/src/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php
- Timestamp:
- 05/21/2018 01:01:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php
r12082 r12105 28 28 <?php endif; ?> 29 29 30 <h3 class="screen-heading profile-group-title edit"><?php printf( __( 'Editing \'%s\' Profile Group', 'buddypress' ), bp_get_the_profile_group_name() ); ?></h3> 30 <h3 class="screen-heading profile-group-title edit"> 31 <?php 32 printf( 33 /* translators: %s = profile field group name */ 34 __( 'Editing "%s" Profile Group', 'buddypress' ), 35 bp_get_the_profile_group_name() 36 ) 37 ?> 38 </h3> 31 39 32 40 <?php
Note: See TracChangeset
for help on using the changeset viewer.