Changeset 13433 for trunk/src/bp-activity/bp-activity-notifications.php
- Timestamp:
- 03/07/2023 04:28:08 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-notifications.php
r12893 r13433 412 412 <?php 413 413 /* translators: %s: the displayed user username */ 414 printf( __( 'A member mentions you in an update using "@%s"', 'buddypress' ), bp_ core_get_username( bp_displayed_user_id() ) );414 printf( __( 'A member mentions you in an update using "@%s"', 'buddypress' ), bp_members_get_user_slug( bp_displayed_user_id() ) ); 415 415 ?> 416 416 </td>
Note: See TracChangeset
for help on using the changeset viewer.