Make WordPress Core


Ignore:
Timestamp:
01/11/2022 06:43:44 PM (4 years ago)
Author:
ryelle
Message:

Help/About: Update the About section for 5.9.

Use the correct Field Guide link. Update the SVGs used on Freedoms and Privacy. Add more spacing between sections on the About page, fixed spacing between rows on Freedoms page.

Props critterverse, audrasjb, versusbassz.
Merges [52563] to the 5.9 branch.
See #54270.

Location:
branches/5.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.9

  • branches/5.9/src/wp-admin/about.php

    r52542 r52565  
    5353        <hr />
    5454
    55         <div class="about__section has-2-columns is-wider-left">
     55        <div class="about__section has-2-columns has-gutters is-wider-left">
    5656            <div class="column about__image is-vertically-aligned-center is-edge-to-edge">
    5757                <img src="https://s.w.org/images/core/5.9/twenty-twenty-two.png" alt="" />
    5858            </div>
    59             <div class="column">
     59            <div class="column is-edge-to-edge">
    6060                <h3>
    6161                    <?php _e( 'Say hello to Twenty Twenty&#8209;Two' ); ?>
     
    8181        </div>
    8282
    83         <div class="about__section has-2-columns is-wider-right">
    84             <div class="column">
     83        <div class="about__section has-2-columns has-gutters is-wider-right">
     84            <div class="column is-edge-to-edge">
    8585                <h3>
    8686                    <?php _e( 'Your personal paintbox awaits' ); ?>
     
    9898        </div>
    9999
    100         <div class="about__section has-2-columns is-wider-left">
     100        <div class="about__section has-2-columns has-gutters is-wider-left">
    101101            <div class="column about__image is-vertically-aligned-center is-edge-to-edge">
    102102                <img src="https://s.w.org/images/core/5.9/navigation-block.png" alt="" />
    103103            </div>
    104             <div class="column">
     104            <div class="column is-edge-to-edge">
    105105                <h3>
    106106                    <?php _e( 'The Navigation block' ); ?>
     
    128128        <hr />
    129129
    130         <div class="about__section has-2-columns is-wider-left">
     130        <div class="about__section has-2-columns has-gutters is-wider-left">
    131131            <div class="column about__image is-vertically-aligned-center is-edge-to-edge">
    132132                <img src="https://s.w.org/images/core/5.9/block-controls.png" alt="" />
    133133            </div>
    134             <div class="column">
     134            <div class="column is-edge-to-edge">
    135135                <h3>
    136136                    <?php _e( 'Better block controls' ); ?>
     
    142142        </div>
    143143
    144         <div class="about__section has-2-columns is-wider-right">
    145             <div class="column">
     144        <div class="about__section has-2-columns has-gutters is-wider-right">
     145            <div class="column is-edge-to-edge">
    146146                <h3>
    147147                    <?php _e( 'The power of patterns' ); ?>
     
    159159        </div>
    160160
    161         <div class="about__section has-2-columns is-wider-left">
     161        <div class="about__section has-2-columns has-gutters is-wider-left">
    162162            <div class="column about__image is-vertically-aligned-center is-edge-to-edge">
    163163                <img src="https://s.w.org/images/core/5.9/list-view.png" alt="" />
    164164            </div>
    165             <div class="column">
     165            <div class="column is-edge-to-edge">
    166166                <h3>
    167167                    <?php _e( 'A revamped List View' ); ?>
     
    173173        </div>
    174174
    175         <div class="about__section has-2-columns is-wider-right">
    176             <div class="column">
     175        <div class="about__section has-2-columns has-gutters is-wider-right">
     176            <div class="column is-edge-to-edge">
    177177                <h3>
    178178                    <?php _e( 'A better Gallery block' ); ?>
     
    204204        </div>
    205205
    206         <div class="about__section has-2-columns">
    207             <div class="column">
     206        <div class="about__section has-gutters has-2-columns">
     207            <div class="column is-edge-to-edge">
    208208                <h3>
    209209                    <?php _e( 'Introducing block themes' ); ?>
     
    219219                </p>
    220220            </div>
    221             <div class="column">
     221            <div class="column is-edge-to-edge">
    222222                <h3>
    223223                    <?php _e( 'Multiple stylesheets for a block' ); ?>
     
    234234            </div>
    235235        </div>
    236         <div class="about__section has-2-columns">
    237             <div class="column">
     236        <div class="about__section has-gutters has-2-columns">
     237            <div class="column is-edge-to-edge">
    238238                <h3>
    239239                    <?php _e( 'Block&#8209;level locking' ); ?>
     
    243243                </p>
    244244            </div>
    245             <div class="column">
     245            <div class="column is-edge-to-edge">
    246246                <h3>
    247247                    <?php _e( 'A refactored Gallery block' ); ?>
     
    289289                        /* translators: %s: WordPress 5.9 Field Guide link. */
    290290                        __( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. <a href="%s">WordPress 5.9 Field Guide.</a>' ),
    291                         'https://make.wordpress.org/core/2022/01/04/wordpress-5-9-field-guide/'
     291                        'https://make.wordpress.org/core/2022/01/10/wordpress-5-9-field-guide/'
    292292                    );
    293293                    ?>
Note: See TracChangeset for help on using the changeset viewer.