mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 11:03:43 +03:00
Add missing empty alt attribute to 404’s logo image
This commit is contained in:
parent
a11e3c5fa5
commit
75a229d9b1
|
@ -24,8 +24,8 @@ get_header(); ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="logo-swing">
|
<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-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" />
|
<img src="<?php echo esc_url( get_theme_file_uri( '/images/wp-logo-blue.png' ) ); ?>" class="wp-logo" alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div><!-- .page-content -->
|
</div><!-- .page-content -->
|
||||||
</section><!-- .error-404 -->
|
</section><!-- .error-404 -->
|
||||||
|
|
Loading…
Reference in a new issue