mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-16 16:43:42 +03:00
Add missing empty alt attribute to 404’s logo image (#111)
This commit is contained in:
parent
a11e3c5fa5
commit
aec40e6c7e
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue