Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2018 08:08:29 PM (8 years ago)
Author:
boonebgorges
Message:

Add missing textdomain from [12158].

See #7827.

File:
1 edited

Legend:

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

    r12158 r12161  
    875875                $data_to_export[] = array(
    876876                        'group_id'    => 'bp_notifications',
    877                         'group_label' => __( 'Notifications' ),
     877                        'group_label' => __( 'Notifications', 'buddypress' ),
    878878                        'item_id'     => "bp-notifications-{$notification->id}",
    879879                        'data'        => $item_data,
Note: See TracChangeset for help on using the changeset viewer.