Changeset 10824
- Timestamp:
- 05/29/2016 04:36:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r10787 r10824 2518 2518 */ 2519 2519 function bp_activity_thread_permalink() { 2520 echo bp_get_activity_thread_permalink();2520 echo esc_url( bp_get_activity_thread_permalink() ); 2521 2521 } 2522 2522 … … 2554 2554 */ 2555 2555 function bp_activity_comment_permalink() { 2556 echo bp_get_activity_comment_permalink();2556 echo esc_url( bp_get_activity_comment_permalink() ); 2557 2557 } 2558 2558 /**
Note: See TracChangeset
for help on using the changeset viewer.