Changeset 55863
- Timestamp:
- 05/27/2023 09:51:23 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r55743 r55863 3025 3025 $template = apply_filters( 'navigation_markup_template', $template, $css_class ); 3026 3026 3027 return sprintf( $template, sanitize_html_class( $css_class ), esc_html( $screen_reader_text ), $links, esc_ html( $aria_label ) );3027 return sprintf( $template, sanitize_html_class( $css_class ), esc_html( $screen_reader_text ), $links, esc_attr( $aria_label ) ); 3028 3028 } 3029 3029
Note: See TracChangeset
for help on using the changeset viewer.