Make WordPress Core


Ignore:
Timestamp:
03/09/2023 04:28:25 PM (19 months ago)
Author:
ryelle
Message:

Help/About: Update copy & style for About page and subpages.

Minor copy updates. Update heading style, text size, spacing in smaller columns. Remove columns placement code to simplify CSS. This was necessary for IE11, but modern browsers can use auto-placement. Move navigation out of the banner to keep size & background placement consistent across About section.

Props marybaum, sereedmedia, annezazu, jpantani, laurlittle, richtabor, markoserb, fcoveram, joen, kebbet.
See #57477.

File:
1 edited

Legend:

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

    r54690 r55499  
    2929            <?php _e( 'We take privacy and transparency very seriously' ); ?>
    3030        </div>
     31    </div>
    3132
    32         <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    33             <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    34             <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    35             <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    36             <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a>
    37         </nav>
    38     </div>
     33    <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
     34        <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
     35        <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
     36        <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
     37        <a href="privacy.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Privacy' ); ?></a>
     38    </nav>
    3939
    4040    <div class="about__section has-2-columns is-wider-right">
Note: See TracChangeset for help on using the changeset viewer.