updated theme Twenty Nineteen version 2.5

This commit is contained in:
2023-03-31 11:25:02 +00:00
committed by Gitium
parent 97859556db
commit 1c5b451d2f
13 changed files with 587 additions and 1010 deletions

View File

@ -22,7 +22,12 @@
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentynineteen' ); ?></a>
<a class="skip-link screen-reader-text" href="#content">
<?php
/* translators: Hidden accessibility text. */
_e( 'Skip to content', 'twentynineteen' );
?>
</a>
<header id="masthead" class="<?php echo is_singular() && twentynineteen_can_show_post_thumbnail() ? 'site-header featured-image' : 'site-header'; ?>">