Make WordPress Core


Ignore:
Timestamp:
07/24/2023 10:50:26 PM (17 months ago)
Author:
ryelle
Message:

Help/About: Add illustrations to the Get Involved tab

Follow-up to [56220], [56227], [56233], [56234], [56259].
Props richtabor, markoserb.
Fixes #23348.

File:
1 edited

Legend:

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

    r56259 r56290  
    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="<?php echo esc_url( admin_url( 'images/contribute-main.svg?ver=6.3' ) ); ?>" 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="<?php echo esc_url( admin_url( 'images/contribute-no-code.svg?ver=6.3' ) ); ?>" 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="<?php echo esc_url( admin_url( 'images/contribute-code.svg?ver=6.3' ) ); ?>" alt="" />
    8181        </div>
    8282        <div class="column is-vertically-aligned-center">
Note: See TracChangeset for help on using the changeset viewer.