Changeset 13500 for trunk/src/bp-activity/bp-activity-notifications.php
- Timestamp:
- 06/10/2023 06:22:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-notifications.php
r13441 r13500 43 43 44 44 /* translators: %s: the current user display name */ 45 $t itle= sprintf( __( '@%s Mentions', 'buddypress' ), bp_get_loggedin_user_username() );45 $text = sprintf( __( '@%s Mentions', 'buddypress' ), bp_get_loggedin_user_username() ); 46 46 $amount = 'single'; 47 47 … … 58 58 case 'update_reply': 59 59 $link = bp_get_notifications_permalink(); 60 $t itle= __( 'New Activity reply', 'buddypress' );60 $text = __( 'New Activity reply', 'buddypress' ); 61 61 $amount = 'single'; 62 62 … … 77 77 case 'comment_reply': 78 78 $link = bp_get_notifications_permalink(); 79 $t itle= __( 'New Activity comment reply', 'buddypress' );79 $text = __( 'New Activity comment reply', 'buddypress' ); 80 80 $amount = 'single'; 81 81
Note: See TracChangeset
for help on using the changeset viewer.