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/privacy.php

    r47475 r47521  
    2020    <div class="about__header">
    2121        <div class="about__header-title">
    22             <h1>
     22            <p>
    2323                <?php _e( 'WordPress' ); ?>
    2424                <span><?php echo $display_version; ?></span>
    25             </h1>
     25            </p>
    2626        </div>
    2727
     
    4242    <div class="about__section">
    4343        <div class="column">
    44             <h2><?php _e( 'Privacy' ); ?></h2>
     44            <h1><?php _e( 'Privacy' ); ?></h1>
    4545
    4646            <p><?php _e( 'From time to time, your WordPress site may send data to WordPress.org &#8212; including, but not limited to &#8212; the version of WordPress you are using, and a list of installed plugins and themes.' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.