- 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-tag-cloud.php
r51850 r51967 103 103 $title = trim( strip_tags( $title ) ); 104 104 $aria_label = $title ? $title : $default_title; 105 echo '<nav role="navigation"aria-label="' . esc_attr( $aria_label ) . '">';105 echo '<nav aria-label="' . esc_attr( $aria_label ) . '">'; 106 106 } 107 107
Note: See TracChangeset
for help on using the changeset viewer.