Make WordPress Core


Ignore:
Timestamp:
02/26/2024 11:49:59 PM (10 months ago)
Author:
ryelle
Message:

Help/About: Update the About page for 6.5.

Introducing the new content & design for the 6.5 About page & related pages. This style is simplified, with no header images, and brings back the illustrations from previous versions for Contribute, Freedoms, and Privacy.

This also includes a fix for heading hierarchy on the Get Involved page.

Props laurlittle, dansoschin, benjamin_zekavica, richtabor, joen, annezazu, swissspidy, marybaum, ryelle, huzaifaalmesbah.
See #60303.

File:
1 edited

Legend:

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

    r56950 r57715  
    2626        </div>
    2727
    28         <div class="about__header-text"></div>
     28        <div class="about__header-text">
     29            <?php _e( 'We take privacy and transparency very seriously' ); ?>
     30        </div>
    2931    </div>
    3032
     
    3941    <div class="about__section has-2-columns is-wider-right">
    4042        <div class="column about__image">
    41             <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.4' ) ); ?>" alt="" />
     43            <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.5' ) ); ?>" alt="" />
    4244        </div>
    4345        <div class="column is-vertically-aligned-center">
Note: See TracChangeset for help on using the changeset viewer.