Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/12/2014 05:25:28 PM (12 years ago)
Author:
djpaul
Message:

Fix i18n errors introduced in r9210 and r9226.

grunt build-commit has also updated the RTL file for the BP-Legacy template pack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-notifications.php

    r9226 r9227  
    4141                if ( $group->description !== $old_group->description ) {
    4242                        $changed[] = sprintf(
    43                                 __( '* Description changed from "%s" to "%s"', 'Group update email text', 'buddypress' ),
     43                                _x( '* Description changed from "%s" to "%s"', 'Group update email text', 'buddypress' ),
    4444                                esc_html( $old_group->description ),
    4545                                esc_html( $group->description )
Note: See TracChangeset for help on using the changeset viewer.