Skip to:
Content

BuddyPress.org


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

BP Settings: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/actions/delete-account.php

    r11926 r12594  
    4949
    5050        // Add feedback after deleting a user.
    51         bp_core_add_message( sprintf( __( '%s was successfully deleted.', 'buddypress' ), $username ), 'success' );
     51        bp_core_add_message(
     52            sprintf(
     53                /* translators: %s: user username */
     54                __( '%s was successfully deleted.', 'buddypress' ),
     55                $username
     56            ),
     57            'success'
     58        );
    5259
    5360        // Redirect to the root domain.
Note: See TracChangeset for help on using the changeset viewer.