Making WordPress.org


Ignore:
Timestamp:
04/02/2018 07:01:25 PM (7 years ago)
Author:
iandunn
Message:

WP15: Remove alt text from decorative images.

Props audrasjb.
Fixes #3541.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/functions.php

    r6992 r6998  
    8686
    8787    <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" />
    8989    </a>
    9090
Note: See TracChangeset for help on using the changeset viewer.