Skip to:
Content

BuddyPress.org

Ticket #8892: 8892.6.patch

File 8892.6.patch, 917 bytes (added by viralsampat, 18 months ago)

I have checked above mentioned issue and founds few files. Here, I have added its patch.

  • bp-activity/bp-activity-notifications.php

     
    4141                                )
    4242                        );
    4343
    44                         /* translators: %s: the current user display name */
    45                         $title  = sprintf( __( '@%s Mentions', 'buddypress' ), bp_get_loggedin_user_username() );
    4644                        $amount = 'single';
    4745
    4846                        if ( (int) $total_items > 1 ) {
     
    5755
    5856                case 'update_reply':
    5957                        $link   = bp_get_notifications_permalink();
    60                         $title  = __( 'New Activity reply', 'buddypress' );
    6158                        $amount = 'single';
    6259
    6360                        if ( (int) $total_items > 1 ) {
     
    7673
    7774                case 'comment_reply':
    7875                        $link   = bp_get_notifications_permalink();
    79                         $title  = __( 'New Activity comment reply', 'buddypress' );
    8076                        $amount = 'single';
    8177
    8278                        if ( (int) $total_items > 1 ) {