Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/24/2024 05:52:06 PM (23 months ago)
Author:
imath
Message:

Adds missing /* translators */ inline comments

Fixes #9198
Closes https://github.com/buddypress/buddypress/pull/321

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/members/single/settings/general.php

    r13443 r13938  
    2323        <label for="pwd">
    2424            <?php
    25             /* translators: %s: email requirement explanations */
     25            /* translators: %s: the required text information. */
    2626            printf( esc_html__( 'Current Password %s', 'buddypress' ), '<span>' . esc_html__( '(required to update email or change current password)', 'buddypress' ) . '</span>' );
    2727            ?>
Note: See TracChangeset for help on using the changeset viewer.