Ticket #8892: 8892.6.patch
File 8892.6.patch, 917 bytes (added by , 18 months ago) |
---|
-
bp-activity/bp-activity-notifications.php
41 41 ) 42 42 ); 43 43 44 /* translators: %s: the current user display name */45 $title = sprintf( __( '@%s Mentions', 'buddypress' ), bp_get_loggedin_user_username() );46 44 $amount = 'single'; 47 45 48 46 if ( (int) $total_items > 1 ) { … … 57 55 58 56 case 'update_reply': 59 57 $link = bp_get_notifications_permalink(); 60 $title = __( 'New Activity reply', 'buddypress' );61 58 $amount = 'single'; 62 59 63 60 if ( (int) $total_items > 1 ) { … … 76 73 77 74 case 'comment_reply': 78 75 $link = bp_get_notifications_permalink(); 79 $title = __( 'New Activity comment reply', 'buddypress' );80 76 $amount = 'single'; 81 77 82 78 if ( (int) $total_items > 1 ) {