Changeset 13844 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 05/02/2024 12:43:50 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r13820 r13844 18 18 */ 19 19 function bp_activity_slug() { 20 echo esc_ url( bp_get_activity_slug() );20 echo esc_attr( bp_get_activity_slug() ); 21 21 } 22 22 /** … … 47 47 */ 48 48 function bp_activity_root_slug() { 49 echo esc_ url( bp_get_activity_root_slug() );49 echo esc_attr( bp_get_activity_root_slug() ); 50 50 } 51 51 /**
Note: See TracChangeset
for help on using the changeset viewer.