Make WordPress Core


Ignore:
Timestamp:
10/31/2024 12:11:08 AM (22 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, joen.
See #61961.

File:
1 edited

Legend:

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

    r59266 r59329  
    8181                        <div class="column is-vertically-aligned-center">
    8282                                <div class="about__image">
    83                                         <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='%23ededed' /%3E%3C/svg%3E" 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="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='%23ededed' /%3E%3C/svg%3E" alt="" height="436" width="436" />
     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" />
    9292                                </div>
    9393                        </div>
     
    111111                        <div class="column is-vertically-aligned-center">
    112112                                <div class="about__image">
    113                                         <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='%23ededed' /%3E%3C/svg%3E" 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="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='%23ededed' /%3E%3C/svg%3E" alt="" height="436" width="436" />
     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" />
    122122                                </div>
    123123                        </div>
Note: See TracChangeset for help on using the changeset viewer.