Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. $activity_action = sprintf( __( 'New external post %s from the blog %s for the member %s', 'buddypress-memberblogs' ), '<a href="' . attribute_escape( $post['link'] ) . '" target="_blank" rel="nofollow" >' . attribute_escape( strip_tags( preg_replace( '/\s+/', ' ', $post['title'] ) ) ) . '</a>', '<a href="' . attribute_escape( $post['blogurl'] ) . '" target="_blank" rel="nofollow" >' . attribute_escape( $post['blogname'] ) . '</a>', bp_core_get_userlink( $user_id ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement