Changeset 13845 for branches/12.0/src/bp-settings/bp-settings-template.php
- Timestamp:
- 05/02/2024 12:45:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-settings/bp-settings-template.php
r13815 r13845 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)