Make WordPress Core


Ignore:
Timestamp:
10/25/2022 02:54:42 PM (2 years ago)
Author:
ryelle
Message:

Help/About: Update About section images.

Switch to the CDN URLs for the images on the About page. Update the images used on Freedoms & Privacy to match the 6.1 design style.

Props richtabor, audrasjb, kebbet.
See #56357.

File:
1 edited

Legend:

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

    r54635 r54690  
    6363            <div class="column">
    6464                <div class="about__image" style="background-color:#353535;">
    65                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-style-variations.webp" alt="" />
     65                    <img src="https://s.w.org/images/core/6.1/about-61-style-variations.webp" alt="" />
    6666                </div>
    6767            </div>
     
    9797            <div class="column">
    9898                <div class="about__image has-subtle-background-color">
    99                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-templates.webp" alt="" />
     99                    <img src="https://s.w.org/images/core/6.1/about-61-templates.webp" alt="" />
    100100                </div>
    101101            </div>
     
    105105            <div class="column">
    106106                <div class="about__image has-subtle-background-color">
    107                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-design-tools.webp" alt="" />
     107                    <img src="https://s.w.org/images/core/6.1/about-61-design-tools.webp" alt="" />
    108108                </div>
    109109            </div>
     
    137137            <div class="column">
    138138                <div class="about__image has-subtle-background-color">
    139                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-navigation.webp" alt="" />
     139                    <img src="https://s.w.org/images/core/6.1/about-61-navigation.webp" alt="" />
    140140                </div>
    141141            </div>
     
    145145            <div class="column">
    146146                <div class="about__image has-accent-background-color">
    147                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-document-settings.webp" alt="" />
     147                    <img src="https://s.w.org/images/core/6.1/about-61-document-settings.webp" alt="" />
    148148                </div>
    149149                <h3><?php _e( 'Improved layout and visualization of document settings' ); ?></h3>
     
    152152            <div class="column">
    153153                <div class="about__image has-accent-background-color">
    154                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-lock.webp" alt="" />
     154                    <img src="https://s.w.org/images/core/6.1/about-61-lock.webp" alt="" />
    155155                </div>
    156156                <h3><?php _e( 'One-click lock settings for all inner blocks' ); ?></h3>
     
    162162            <div class="column">
    163163                <div class="column about__image is-edge-to-edge has-accent-background-color">
    164                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-sub-feature-1.webp" alt="" />
     164                    <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-1.webp" alt="" />
    165165                </div>
    166166                <h3 class="is-smaller-heading"><?php _e( 'Improved block placeholders' ); ?></h3>
     
    169169            <div class="column">
    170170                <div class="column about__image is-edge-to-edge has-accent-background-color">
    171                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-sub-feature-2.webp" alt="" />
     171                    <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-2.webp" alt="" />
    172172                </div>
    173173                <h3 class="is-smaller-heading"><?php _e( 'Compose richer lists and quotes with inner blocks' ); ?></h3>
     
    176176            <div class="column">
    177177                <div class="column about__image is-edge-to-edge has-accent-background-color">
    178                     <img src="https://make.wordpress.org/core/files/2022/10/about-61-sub-feature-3.webp" alt="" />
     178                    <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-3.webp" alt="" />
    179179                </div>
    180180                <h3 class="is-smaller-heading"><?php _e( 'More responsive text with fluid typography' ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.