Make WordPress Core

Changeset 56293

Timestamp:
07/25/2023 12:04:24 AM (12 months ago)
Author:
audrasjb
Message:

Help/About: Add illustrations to the Get Involved tab.

Follow-up to [56220], [56227], [56233], [56234], [56259].

Props richtabor, markoserb.
Reviewed by peterwilsoncc, audrasjb.
Merges [56290] to the 6.3 branch.
Fixes #23348.

Location:
branches/6.3
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • branches/6.3

  • branches/6.3/src/wp-admin/contribute.php

    r56259 r56293  
    4141    <div class="about__section has-2-columns is-wider-right">
    4242        <div class="column about__image">
    43             <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='%231d35b4' /%3E%3C/svg%3E" alt="" />
     43            <img src="" alt="" />
    4444        </div>
    4545        <div class="column is-vertically-aligned-center">
     
    7373        </div>
    7474        <div class="column">
    75             <img src="data:image/svg+xml,%3Csvg width='436' height='300' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     75            <img src="" alt="" />
    7676        </div>
    7777    </div>
    7878    <div class="about__section has-2-columns is-wider-right">
    7979        <div class="column">
    80             <img src="data:image/svg+xml,%3Csvg width='436' height='300' viewbox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%231d35b4' /%3E%3C/svg%3E" alt="" />
     80            <img src="" alt="" />
    8181        </div>
    8282        <div class="column is-vertically-aligned-center">
Note: See TracChangeset for help on using the changeset viewer.