Changeset 9772 for trunk/src/bp-blogs/bp-blogs-activity.php
- Timestamp:
- 04/20/2015 03:38:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-activity.php
r9621 r9772 173 173 174 174 // Build the 'post link' part of the activity action string 175 $post_link = '<a href="' . $post_url. '">' . $post_title . '</a>';175 $post_link = '<a href="' . esc_url( $post_url ) . '">' . $post_title . '</a>'; 176 176 177 177 $user_link = bp_core_get_userlink( $activity->user_id ); … … 250 250 } 251 251 252 $post_link = '<a href="' . $post_url. '">' . $post_title . '</a>';252 $post_link = '<a href="' . esc_url( $post_url ) . '">' . $post_title . '</a>'; 253 253 $user_link = bp_core_get_userlink( $activity->user_id ); 254 254
Note: See TracChangeset
for help on using the changeset viewer.