Changeset 12393 for trunk/src/bp-friends/bp-friends-activity.php
- Timestamp:
- 05/03/2019 05:27:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-activity.php
r12186 r12393 142 142 $friend_link = bp_core_get_userlink( $activity->secondary_item_id ); 143 143 144 $action = sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link );144 $action = sprintf( esc_html__( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link ); 145 145 146 146 // Backward compatibility for legacy filter … … 176 176 $friend_link = bp_core_get_userlink( $activity->secondary_item_id ); 177 177 178 $action = sprintf( __( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link );178 $action = sprintf( esc_html__( '%1$s and %2$s are now friends', 'buddypress' ), $initiator_link, $friend_link ); 179 179 180 180 // Backward compatibility for legacy filter
Note: See TracChangeset
for help on using the changeset viewer.