Changeset 6998 for sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/functions.php
- Timestamp:
- 04/02/2018 07:01:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/functions.php
r6992 r6998 86 86 87 87 <a href="<?php echo esc_url( home_url() ); ?>" class="custom-logo-link" rel="home" itemprop="url"> 88 <img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/wp15-logo.svg" class="custom-logo" alt=" WordPress 15th anniversary logo" itemprop="logo" />88 <img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/wp15-logo.svg" class="custom-logo" alt="<?php esc_html_e( 'WP15 home', 'wp15' ); ?>" itemprop="logo" /> 89 89 </a> 90 90
Note: See TracChangeset
for help on using the changeset viewer.