Changeset 13844 for trunk/src/bp-settings/bp-settings-template.php
- Timestamp:
- 05/02/2024 12:43:50 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-template.php
r13814 r13844 17 17 */ 18 18 function bp_settings_slug() { 19 echo esc_ url( bp_get_settings_slug() );19 echo esc_attr( bp_get_settings_slug() ); 20 20 } 21 21 … … 45 45 */ 46 46 function bp_settings_root_slug() { 47 echo esc_ url( bp_get_settings_root_slug() );47 echo esc_attr( bp_get_settings_root_slug() ); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.