I would use this instead (liked displayed as bold) to match phpBB quote message
This is how quoted gets displayed in notifications.Liked by username in:
Change this in the language fileQuoted by username in:
Code: Select all
'NOTIFICATION_POSTLOVE_ADD' => '%1$s liked your post "%2$s"',
Code: Select all
'NOTIFICATION_POSTLOVE_ADD' => '<strong>Liked</strong> by %1$s in: "%2$s"',