Make WordPress Core

Changeset 61327


Ignore:
Timestamp:
11/30/2025 07:22:09 PM (8 weeks ago)
Author:
ryelle
Message:

Help/About: Add the final images to the About page.

Follow-up to [61204].

Props ryelle, fcoveram, davidbaumwald, jasmussen, jorbin, karmatosed, parinpanjari, sabernhardt.
Fixes #63941.

File:
1 edited

Legend:

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

    r61258 r61327  
    7878            <div class="column is-vertically-aligned-center">
    7979                <div class="about__image">
    80                     <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ececec' /%3E%3C/svg%3E" alt="" height="436" width="436" />
    81                 </div>
    82             </div>
    83         </div>
    84 
    85         <div class="about__section has-2-columns">
    86             <div class="column is-vertically-aligned-center">
    87                 <div class="about__image">
    88                     <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ececec' /%3E%3C/svg%3E" alt="" height="436" width="436" />
     80                    <img src="https://s.w.org/images/core/6.9/01-notes.webp" alt="" height="436" width="436" />
     81                </div>
     82            </div>
     83        </div>
     84
     85        <div class="about__section has-2-columns">
     86            <div class="column is-vertically-aligned-center">
     87                <div class="about__image">
     88                    <img src="https://s.w.org/images/core/6.9/02-visual-drag-drop.webp" alt="" height="436" width="436" />
    8989                </div>
    9090            </div>
     
    108108            <div class="column is-vertically-aligned-center">
    109109                <div class="about__image">
    110                     <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ececec' /%3E%3C/svg%3E" alt="" height="436" width="436" />
    111                 </div>
    112             </div>
    113         </div>
    114 
    115         <div class="about__section has-2-columns">
    116             <div class="column is-vertically-aligned-center">
    117                 <div class="about__image">
    118                     <img src="data:image/svg+xml,%3Csvg width='436' height='436' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ececec' /%3E%3C/svg%3E" alt="" height="436" width="436" />
     110                    <img src="https://s.w.org/images/core/6.9/03-command-palette-everywhere.webp" alt="" height="436" width="436" />
     111                </div>
     112            </div>
     113        </div>
     114
     115        <div class="about__section has-2-columns">
     116            <div class="column is-vertically-aligned-center">
     117                <div class="about__image">
     118                    <img src="https://s.w.org/images/core/6.9/04-fit-text.webp" alt="" height="436" width="436" />
    119119                </div>
    120120            </div>
Note: See TracChangeset for help on using the changeset viewer.