Changeset 7349 for trunk/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 08/12/2013 10:53:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-functions.php
r7338 r7349 361 361 // Get activity related links 362 362 $post_permalink = get_permalink( $recorded_comment->comment_post_ID ); 363 $comment_link = htmlspecialchars( get_comment_link( $recorded_comment->comment_ID ));363 $comment_link = get_comment_link( $recorded_comment->comment_ID ); 364 364 365 365 // Prepare to record in activity streams
Note: See TracChangeset
for help on using the changeset viewer.