Changeset 50524 for branches/5.7/src/wp-admin/privacy.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/privacy.php
r50418 r50524 20 20 <div class="about__header"> 21 21 <div class="about__header-image"> 22 <img alt="<?php _e( 'Code is Poetry' ); ?>" src=" images/about-badge.svg" />22 <img alt="<?php _e( 'Code is Poetry' ); ?>" src="<?php echo admin_url( 'images/about-badge.svg' ); ?>" /> 23 23 </div> 24 24
Note: See TracChangeset
for help on using the changeset viewer.