- 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-recent-comments.php
r51127 r51967 135 135 $title = trim( strip_tags( $title ) ); 136 136 $aria_label = $title ? $title : $default_title; 137 $output .= '<nav role="navigation"aria-label="' . esc_attr( $aria_label ) . '">';137 $output .= '<nav aria-label="' . esc_attr( $aria_label ) . '">'; 138 138 } 139 139
Note: See TracChangeset
for help on using the changeset viewer.