Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:49:36 PM (5 years ago)
Author:
imath
Message:

BP Templates: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php

    r12082 r12595  
    2525        do_action( 'bp_before_profile_field_content' ); ?>
    2626
    27         <h2><?php printf( __( "Editing '%s' Profile Group", 'buddypress' ), bp_get_the_profile_group_name() ); ?></h2>
     27        <h2>
     28            <?php
     29            /* translators: %s: profile group name */
     30            printf( __( "Editing '%s' Profile Group", 'buddypress' ), bp_get_the_profile_group_name() );
     31            ?>
     32        </h2>
    2833
    2934        <?php if ( bp_profile_has_multiple_groups() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.