Changeset 56290 for trunk/src/wp-admin/contribute.php
- Timestamp:
- 07/24/2023 10:50:26 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/contribute.php
r56259 r56290 41 41 <div class="about__section has-2-columns is-wider-right"> 42 42 <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="" /> 44 44 </div> 45 45 <div class="column is-vertically-aligned-center"> … … 73 73 </div> 74 74 <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="" /> 76 76 </div> 77 77 </div> 78 78 <div class="about__section has-2-columns is-wider-right"> 79 79 <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="" /> 81 81 </div> 82 82 <div class="column is-vertically-aligned-center">
Note: See TracChangeset
for help on using the changeset viewer.