Changeset 13845 for branches/12.0/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 05/02/2024 12:45:08 PM (2 years ago)
- File:
-
- 1 edited
-
branches/12.0/src/bp-blogs/bp-blogs-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-blogs/bp-blogs-template.php
r13803 r13845 18 18 */ 19 19 function bp_blogs_slug() { 20 echo esc_ url( bp_get_blogs_slug() );20 echo esc_attr( bp_get_blogs_slug() ); 21 21 } 22 22 /** … … 46 46 */ 47 47 function bp_blogs_root_slug() { 48 echo esc_ url( bp_get_blogs_root_slug() );48 echo esc_attr( bp_get_blogs_root_slug() ); 49 49 } 50 50 /** … … 1186 1186 // phpcs:ignore WordPress.Security.EscapeOutput 1187 1187 bp_get_form_field_attributes( 'blogname' ), 1188 esc_ url( bp_signup_get_subdomain_base() )1188 esc_attr( bp_signup_get_subdomain_base() ) 1189 1189 ); 1190 1190 }
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)