formatting recorded activity
-
Hi; got a problem here when I format activity.
Example :
$record_activity = classified3s_record_activity(
array(
'content' => apply_filters( 'classified3s_activity_followed_classified3', sprintf( __( '%s is now following the classified3 %s', 'classified3s'), bp_core_get_userlink( $user_id ), '<a href="' . bp_get_classified3_permalink( $classified3 ) . '">' . attribute_escape( $classified3->name ) . '</a>' ) ),
(...)On the homepage activity; I will have
Nickname is now following the classified3
;which is ok.
But on the member activity; it will give
You is now following the classified3
Is there a way to replace You is by You are ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘formatting recorded activity’ is closed to new replies.