Changeset 50523 for trunk/src/wp-admin/about.php
- Timestamp:
- 03/11/2021 09:36:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r50518 r50523 24 24 <div class="about__header"> 25 25 <div class="about__header-image"> 26 <img alt="<?php _e( 'Code is Poetry' ); ?>" src=" images/about-badge.svg" />26 <img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo admin_url( 'images/about-badge.svg' ); ?>" /> 27 27 </div> 28 28 … … 180 180 <div class="column about__image"> 181 181 <picture> 182 <source media="(max-width: 600px)" srcset=" images/about-color-palette-vert.svg" />183 <img alt="" src=" images/about-color-palette.svg" />182 <source media="(max-width: 600px)" srcset="<?php echo admin_url( 'images/about-color-palette-vert.svg' ); ?>" /> 183 <img alt="" src="<?php echo admin_url( 'images/about-color-palette.svg' ); ?>" /> 184 184 </picture> 185 185 </div>
Note: See TracChangeset
for help on using the changeset viewer.