Changeset 59711
- Timestamp:
- 01/26/2025 10:20:20 PM (26 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r59696 r59711 2347 2347 $day_name = $initial ? $wp_locale->get_weekday_initial( $wd ) : $wp_locale->get_weekday_abbrev( $wd ); 2348 2348 $wd = esc_attr( $wd ); 2349 $calendar_output .= "\n\t\t<th scope=\"col\" title=\"$wd\">$day_name</th>";2349 $calendar_output .= "\n\t\t<th scope=\"col\" aria-label=\"$wd\">$day_name</th>"; 2350 2350 } 2351 2351
Note: See TracChangeset
for help on using the changeset viewer.