Make WordPress Core

Changeset 59374


Ignore:
Timestamp:
11/08/2024 03:53:30 AM (21 months ago)
Author:
peterwilsoncc
Message:

Help/About: Update the about page images for WordPress 6.7.

Updates the about page images with more colourful imagery.

Props sfougnier, fcoveram, Joen, davidbaumwald, ryelle.
Fixes #61961.

File:
1 edited

Legend:

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

    r59329 r59374  
    8181                        <div class="column is-vertically-aligned-center">
    8282                                <div class="about__image">
    83                                         <img src="https://s.w.org/images/core/6.7/feature-tt5.webp" alt="" height="436" width="436" />
    84                                 </div>
    85                         </div>
    86                 </div>
    87 
    88                 <div class="about__section has-2-columns">
    89                         <div class="column is-vertically-aligned-center">
    90                                 <div class="about__image">
    91                                         <img src="https://s.w.org/images/core/6.7/feature-zoom.webp" alt="" height="436" width="436" />
     83                                        <img src="https://s.w.org/images/core/6.7/feature-tt5-2.webp" alt="" height="436" width="436" />
     84                                </div>
     85                        </div>
     86                </div>
     87
     88                <div class="about__section has-2-columns">
     89                        <div class="column is-vertically-aligned-center">
     90                                <div class="about__image">
     91                                        <img src="https://s.w.org/images/core/6.7/feature-zoom-2.webp" alt="" height="436" width="436" />
    9292                                </div>
    9393                        </div>
     
    111111                        <div class="column is-vertically-aligned-center">
    112112                                <div class="about__image">
    113                                         <img src="https://s.w.org/images/core/6.7/feature-block-bindings.png" alt="" height="436" width="436" />
    114                                 </div>
    115                         </div>
    116                 </div>
    117 
    118                 <div class="about__section has-2-columns">
    119                         <div class="column is-vertically-aligned-center">
    120                                 <div class="about__image">
    121                                         <img src="https://s.w.org/images/core/6.7/feature-font-presets.png" alt="" height="436" width="436" />
     113                                        <img src="https://s.w.org/images/core/6.7/feature-block-bindings-2.webp" alt="" height="436" width="436" />
     114                                </div>
     115                        </div>
     116                </div>
     117
     118                <div class="about__section has-2-columns">
     119                        <div class="column is-vertically-aligned-center">
     120                                <div class="about__image">
     121                                        <img src="https://s.w.org/images/core/6.7/feature-font-presets-2.png" alt="" height="436" width="436" />
    122122                                </div>
    123123                        </div>
Note: See TracChangeset for help on using the changeset viewer.