Make WordPress Core


Ignore:
Timestamp:
03/27/2020 11:39:37 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Improve accessibility of the 5.4 About page:

  • Remove vertical text and unnecessary italics.
  • Update H1 headings on About, Credits, Freedoms, Privacy pages to be unique to each page.

Props sabernhardt, ryelle, melchoyce, karmatosed, audrasjb, afercia, davidbaumwald, SergeyBiryukov.
See #49295.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/freedoms.php

    r47475 r47521  
    2626    <div class="about__header">
    2727        <div class="about__header-title">
    28             <h1>
     28            <p>
    2929                <?php _e( 'WordPress' ); ?>
    3030                <span><?php echo $display_version; ?></span>
    31             </h1>
     31            </p>
    3232        </div>
    3333
     
    4747
    4848    <div class="about__section has-subtle-background-color is-feature">
    49         <h2><?php _e( 'Freedoms' ); ?></h2>
     49        <h1><?php _e( 'Freedoms' ); ?></h1>
    5050
    5151        <p class="about-description">
Note: See TracChangeset for help on using the changeset viewer.