Make WordPress Core


Ignore:
Timestamp:
07/06/2021 06:37:16 PM (2 years ago)
Author:
ryelle
Message:

Help/About: Update the About section for 5.8.

Add the images for About, Freedoms, and Privacy. Update the styles on all About section pages to match the About page style. Fix string issues, missing link wrapper, duplicate copy.

Props chanthaboune, kellychoffman, javiarce, ryokuhi, alanjacobmathew, desrosj.
See #52775.

File:
1 edited

Legend:

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

    r51264 r51356  
    3737    </div>
    3838
    39     <div class="about__section">
    40         <div class="column">
    41             <p><img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.png' ) ); ?>" alt="" /></p>
    42 
     39    <div class="about__section has-2-columns is-wider-right">
     40        <div class="column about__image">
     41            <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg' ) ); ?>" alt="" />
     42        </div>
     43        <div class="column is-vertically-aligned-center">
    4344            <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>
    4445
Note: See TracChangeset for help on using the changeset viewer.