Changeset 50524 for branches/5.7/src/wp-admin/freedoms.php
- Timestamp:
- 03/11/2021 09:48:43 PM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-admin/freedoms.php
r50418 r50524 26 26 <div class="about__header"> 27 27 <div class="about__header-image"> 28 <img alt="<?php _e( 'Code is Poetry' ); ?>" src=" images/about-badge.svg" />28 <img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo admin_url( 'images/about-badge.svg' ); ?>" /> 29 29 </div> 30 30
Note: See TracChangeset
for help on using the changeset viewer.