Make WordPress Core


Ignore:
Timestamp:
10/17/2023 02:00:11 AM (19 months ago)
Author:
jorbin
Message:

Help/About: Update the About page for 6.4.

Also includes updates to the contribute, credits, freedom and privacy pages.

Props luminuu, rmartinezduque, estelaris, jorbin, mukesh27, cbringmann, richtabor, annezazu, nudge, ohia, acirujano, elmastudio, cathibosco1, sereedmedia, markoserb, joen. (Also someone named Allison who I am going to guess is Taylor Alison Swift but has no avatar so I will never know)

File:
1 edited

Legend:

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

    r56292 r56950  
    2626        </div>
    2727
    28         <div class="about__header-text">
    29             <?php _e( 'We take privacy and transparency very seriously' ); ?>
    30         </div>
     28        <div class="about__header-text"></div>
    3129    </div>
    3230
     
    4139    <div class="about__section has-2-columns is-wider-right">
    4240        <div class="column about__image">
    43             <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.3' ) ); ?>" alt="" />
     41            <img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.svg?ver=6.4' ) ); ?>" alt="" />
    4442        </div>
    4543        <div class="column is-vertically-aligned-center">
    46             <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>
     44            <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 you are using, and a list of installed plugins and themes.' ); ?></p>
    4745
    4846            <p>
Note: See TracChangeset for help on using the changeset viewer.