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

    r54690 r55499  
    3535            <?php _e( 'WordPress is free and open source software' ); ?>
    3636        </div>
     37    </div>
    3738
    38         <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    39             <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    40             <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    41             <a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a>
    42             <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    43         </nav>
    44     </div>
     39    <nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
     40        <a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
     41        <a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
     42        <a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a>
     43        <a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
     44    </nav>
    4545
    4646    <div class="about__section is-feature">
Note: See TracChangeset for help on using the changeset viewer.