Make WordPress Core


Ignore:
Timestamp:
03/09/2023 04:28:25 PM (13 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/credits.php

    r54635 r55499  
    3838            ?>
    3939        </div>
     40    </div>
    4041
    41         <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    42             <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    43             <a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
    44             <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    45             <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    46         </nav>
    47     </div>
     42    <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
     43        <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
     44        <a href="credits.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Credits' ); ?></a>
     45        <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
     46        <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
     47    </nav>
    4848
    4949    <div class="about__section has-1-column has-gutters">
Note: See TracChangeset for help on using the changeset viewer.