Make WordPress Core

Ticket #47708: 47708.9.diff

File 47708.9.diff, 3.7 KB (added by SergeyBiryukov, 5 years ago)
  • src/wp-admin/about.php

     
    7171                                </div>
    7272                        </div>
    7373                        <div class="column is-vertically-aligned-center">
    74                                 <h3><?php _e( 'Block Editor Improvements' ); ?></h3>
     74                                <h2><?php _e( 'Block Editor Improvements' ); ?></h2>
    7575                                <p>
    7676                                        <?php _e( 'This enhancement-focused update introduces over 150 new features and usability improvements, including improved large image support for uploading non-optimized, high-resolution pictures taken from your smartphone or other high-quality cameras. Combined with larger default image sizes, pictures always look their best.' ); ?>
    7777                                </p>
     
    8484
    8585                <div class="about__section has-2-columns">
    8686                        <div class="column is-vertically-aligned-center">
    87                                 <h3><?php _e( 'Expanded Design Flexibility' ); ?></h3>
     87                                <h2><?php _e( 'Expanded Design Flexibility' ); ?></h2>
    8888                                <p>
    8989                                        <?php
    9090                                        printf(
     
    111111
    112112                <div class="about__section has-2-columns has-subtle-background-color">
    113113                        <div class="column is-vertically-aligned-center">
    114                                 <h3><?php _e( 'Introducing Twenty Twenty' ); ?></h3>
     114                                <h2><?php _e( 'Introducing Twenty Twenty' ); ?></h2>
    115115                                <p><?php _e( 'As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!' ); ?></p>
    116116
    117117                                <p>
     
    142142                <hr />
    143143
    144144                <div class="about__section has-3-columns">
    145                         <h3 class="is-section-header"><?php _e( 'Improvements for Everyone' ); ?></h3>
     145                        <h2 class="is-section-header"><?php _e( 'Improvements for Everyone' ); ?></h2>
    146146
    147147                        <div class="column">
    148                                 <h4><?php _e( 'Automatic Image Rotation' ); ?></h4>
     148                                <h3><?php _e( 'Automatic Image Rotation' ); ?></h3>
    149149                                <p><?php _e( 'Your images will be correctly rotated upon upload according to the embedded orientation data. This feature was first proposed nine years ago and made possible through the perserverance of many dedicated contributors.' ); ?></p>
    150150                        </div>
    151151                        <div class="column">
    152                                 <h4><?php _e( 'Site Health Checks' ); ?></h4>
     152                                <h3><?php _e( 'Site Health Checks' ); ?></h3>
    153153                                <p><?php _e( 'The improvements introduced in 5.3 make it even easier to identify issues. Expanded recommendations highlight areas that may need troubleshooting on your site from the Health Check screen.' ); ?></p>
    154154                        </div>
    155155                        <div class="column">
    156                                 <h4><?php _e( 'Admin Email Verification' ); ?></h4>
     156                                <h3><?php _e( 'Admin Email Verification' ); ?></h3>
    157157                                <p><?php _e( 'You’ll now be periodically asked to confirm that your admin email address is up to date when you log in as an administrator. This reduces the chance of getting locked out out of your site if you change your email address.' ); ?></p>
    158158                        </div>
    159159                </div>
     
    169169                <hr />
    170170
    171171                <div class="about__section has-2-columns has-subtle-background-color">
    172                         <h3 class="is-section-header"><?php _e( 'For Developers' ); ?></h3>
     172                        <h2 class="is-section-header"><?php _e( 'For Developers' ); ?></h2>
    173173
    174174                        <div class="column">
    175                                 <h4><?php _e( 'Date/Time Component Fixes' ); ?></h4>
     175                                <h3><?php _e( 'Date/Time Component Fixes' ); ?></h3>
    176176                                <p>
    177177                                        <?php
    178178                                        printf(
     
    184184                                </p>
    185185                        </div>
    186186                        <div class="column">
    187                                 <h4><?php _e( 'PHP 7.4 Compatibility' ); ?></h4>
     187                                <h3><?php _e( 'PHP 7.4 Compatibility' ); ?></h3>
    188188                                <p>
    189189                                        <?php
    190190                                        printf(