Needs to change in order to translate ”Show Blog Post Likes”
-
Hi @hempsworth,
At 851 in bp-like.php:
[ Original ]
`
echo ‘Show Blog Post Likes’
;
`
=>
[ Changed ]
`
echo ” . bp_like_get_text( ‘show_blogpost_likes’ ) . ”;
`Otherwise, the custom text set in back-end for “Show Blog Post Likes” won’t be shown in the list of activity stream.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.