Changeset 51967 for trunk/src/wp-includes/widgets/class-wp-widget-pages.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-pages.php
r50995 r51967 102 102 $title = trim( strip_tags( $title ) ); 103 103 $aria_label = $title ? $title : $default_title; 104 echo '<nav role="navigation"aria-label="' . esc_attr( $aria_label ) . '">';104 echo '<nav aria-label="' . esc_attr( $aria_label ) . '">'; 105 105 } 106 106 ?>
Note: See TracChangeset
for help on using the changeset viewer.