Skip to:
Content

BuddyPress.org


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

BP xProfile: add missing /* translators */ comments

Fixes #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-admin.php

    r12529 r12596  
    571571
    572572    if ( !$field->delete( (bool) $delete_data ) ) {
     573        /* translators: %s: the field type */
    573574        $message = sprintf( __( 'There was an error deleting the %s. Please try again.', 'buddypress' ), $field_type );
    574575        $type    = 'error';
    575576    } else {
     577        /* translators: %s: the field type */
    576578        $message = sprintf( __( 'The %s was deleted successfully!', 'buddypress' ), $field_type );
    577579        $type    = 'success';
Note: See TracChangeset for help on using the changeset viewer.