Make WordPress Core


Ignore:
Timestamp:
06/29/2021 07:06:01 PM (4 years ago)
Author:
ryelle
Message:

Help/About: WordPress 5.8 About Page.

This is the start of the WordPress 5.8 about page, introducing new content and a first pass of the new style.

Props chanthaboune, cbringmann, webcommsat, marybaum, melchoyce, shaunandrews, desrosj, ryelle, oglekler, yvettesonneveld, nalininonstopnewsuk, meher, femkreations, alanjacobmathew, courane01, annezazu, matveb, milana_cap, javiarce, ryokuhi, audrasjb.
See #52775.

File:
1 edited

Legend:

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

    r51177 r51264  
    1919
    2020    <div class="about__header">
    21         <div class="about__header-image">
    22             <img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo esc_url( admin_url( 'images/about-badge.svg' ) ); ?>" />
     21        <div class="about__header-title">
     22            <h1>
     23                <?php _e( 'Privacy' ); ?>
     24            </h1>
    2325        </div>
    2426
    25         <div class="about__header-container">
    26             <div class="about__header-title">
    27                 <p>
    28                     <?php _e( 'WordPress' ); ?>
    29                     <?php echo $display_version; ?>
    30                 </p>
    31             </div>
    32 
    33             <div class="about__header-text">
    34                 <?php _e( 'Jazz up your stories in an editor that’s cleaner, crisper, and does more to get out of your way.' ); ?>
    35             </div>
     27        <div class="about__header-text">
     28            <?php _e( 'We take privacy and transparency very seriously' ); ?>
    3629        </div>
    3730
     
    4639    <div class="about__section">
    4740        <div class="column">
    48             <h1><?php _e( 'Privacy' ); ?></h1>
    49 
    5041            <p><img class="privacy-image" src="<?php echo esc_url( admin_url( 'images/privacy.png' ) ); ?>" alt="" /></p>
    5142
Note: See TracChangeset for help on using the changeset viewer.