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/page-about.php

    r6994 r6998  
    2222                    </h1>
    2323
    24                     <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="<?php esc_attr_e( 'Confetti with the WordPress logo and WP15 color scheme', 'wp15' ); ?>" />
     24                    <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="" />
    2525
    2626                    <?php echo do_shortcode( '[wp15_meetup_events]' ); ?>
    2727
    28                     <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="<?php esc_attr_e( 'Confetti with the WordPress logo and WP15 color scheme', 'wp15' ); ?>" />
     28                    <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="" />
    2929
    3030                    <p class="wp10-nostalgia">
Note: See TracChangeset for help on using the changeset viewer.