Make WordPress Core


Ignore:
Timestamp:
04/14/2025 12:49:00 AM (7 months ago)
Author:
peterwilsoncc
Message:

Help/About: Add images to the About page.

Updates the images in the About page source with the final versions on the w.org CDN.

Props ryelle, dd32.
See #63025.

File:
1 edited

Legend:

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

    r60087 r60154  
    8989            <div class="column is-vertically-aligned-center">
    9090                <div class="about__image">
    91                     <img src="https://make.wordpress.org/core/files/2025/03/about-68-feature-01.png" alt="" height="436" width="436" />
    92                 </div>
    93             </div>
    94         </div>
    95 
    96         <div class="about__section has-2-columns">
    97             <div class="column is-vertically-aligned-center">
    98                 <div class="about__image">
    99                     <img src="https://make.wordpress.org/core/files/2025/03/about-68-feature-02.png" alt="" height="436" width="436" />
     91                    <img src="https://s.w.org/images/core/6.8/feature-01.webp?v=23478" alt="" height="436" width="436" />
     92                </div>
     93            </div>
     94        </div>
     95
     96        <div class="about__section has-2-columns">
     97            <div class="column is-vertically-aligned-center">
     98                <div class="about__image">
     99                    <img src="https://s.w.org/images/core/6.8/feature-02.png?v=23478" alt="" height="436" width="436" />
    100100                </div>
    101101            </div>
     
    113113            <div class="column is-vertically-aligned-center">
    114114                <div class="about__image">
    115                     <img src="https://make.wordpress.org/core/files/2025/03/about-68-feature-03.png" alt="" height="436" width="436" />
    116                 </div>
    117             </div>
    118         </div>
    119 
    120         <div class="about__section has-2-columns">
    121             <div class="column is-vertically-aligned-center">
    122                 <div class="about__image">
    123                     <img src="https://make.wordpress.org/core/files/2025/03/about-68-feature-04.png" alt="" height="436" width="436" />
     115                    <img src="https://s.w.org/images/core/6.8/feature-03.webp?v=23478" alt="" height="436" width="436" />
     116                </div>
     117            </div>
     118        </div>
     119
     120        <div class="about__section has-2-columns">
     121            <div class="column is-vertically-aligned-center">
     122                <div class="about__image">
     123                    <img src="https://s.w.org/images/core/6.8/feature-04.png?v=23478" alt="" height="436" width="436" />
    124124                </div>
    125125            </div>
Note: See TracChangeset for help on using the changeset viewer.