Add missing empty alt attribute to 404’s logo image

This commit is contained in:
Jb 2019-11-23 10:36:29 +01:00
parent a11e3c5fa5
commit 75a229d9b1

View file

@ -24,8 +24,8 @@ get_header(); ?>
</p>
<div class="logo-swing">
<img src="<?php echo esc_url( get_theme_file_uri( '/images/wp-logo-blue-trans-blur.png' ) ); ?>" class="wp-logo" />
<img src="<?php echo esc_url( get_theme_file_uri( '/images/wp-logo-blue.png' ) ); ?>" class="wp-logo" />
<img src="<?php echo esc_url( get_theme_file_uri( '/images/wp-logo-blue-trans-blur.png' ) ); ?>" class="wp-logo" alt="" />
<img src="<?php echo esc_url( get_theme_file_uri( '/images/wp-logo-blue.png' ) ); ?>" class="wp-logo" alt="" />
</div>
</div><!-- .page-content -->
</section><!-- .error-404 -->