Changeset 51967 for trunk/src/wp-includes/widgets/class-wp-widget-rss.php
- Timestamp:
- 11/01/2021 09:45:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-rss.php
r51107 r51967 107 107 $title = trim( strip_tags( $title ) ); 108 108 $aria_label = $title ? $title : __( 'RSS Feed' ); 109 echo '<nav role="navigation"aria-label="' . esc_attr( $aria_label ) . '">';109 echo '<nav aria-label="' . esc_attr( $aria_label ) . '">'; 110 110 } 111 111
Note: See TracChangeset
for help on using the changeset viewer.