Make WordPress Core

Changeset 59375


Ignore:
Timestamp:
11/08/2024 04:40:34 AM (3 weeks ago)
Author:
peterwilsoncc
Message:

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

Updates the about page images with more colourful imagery.

Reviewed by ryelle.
Merges [59374] to the 6.7 branch.

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

Location:
branches/6.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.7

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

    r59345 r59375  
    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.