-
diff --git a/src/wp-content/themes/twentyeleven/footer.php b/src/wp-content/themes/twentyeleven/footer.php
index 041ec2822f..7883f14fe7 100644
|
a
|
b
|
|
| 12 | 12 | |
| 13 | 13 | </div><!-- #main --> |
| 14 | 14 | |
| 15 | | <footer id="colophon" role="contentinfo"> |
| | 15 | <footer id="colophon"> |
| 16 | 16 | |
| 17 | 17 | <?php |
| 18 | 18 | /* |
-
diff --git a/src/wp-content/themes/twentyeleven/header.php b/src/wp-content/themes/twentyeleven/header.php
index 075222be99..b94fa18215 100644
|
a
|
b
|
if ( is_singular() && get_option( 'thread_comments' ) ) { |
| 76 | 76 | <body <?php body_class(); ?>> |
| 77 | 77 | <?php wp_body_open(); ?> |
| 78 | 78 | <div id="page" class="hfeed"> |
| 79 | | <header id="branding" role="banner"> |
| | 79 | <header id="branding"> |
| 80 | 80 | <hgroup> |
| 81 | 81 | <h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1> |
| 82 | 82 | <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2> |
-
diff --git a/src/wp-content/themes/twentyfifteen/404.php b/src/wp-content/themes/twentyfifteen/404.php
index 43ff16d494..e5ca57380b 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |
| 12 | 12 | <div id="primary" class="content-area"> |
| 13 | | <main id="main" class="site-main" role="main"> |
| | 13 | <main id="main" class="site-main"> |
| 14 | 14 | |
| 15 | 15 | <section class="error-404 not-found"> |
| 16 | 16 | <header class="page-header"> |
-
diff --git a/src/wp-content/themes/twentyfifteen/archive.php b/src/wp-content/themes/twentyfifteen/archive.php
index 425a74ac71..9942add271 100644
|
a
|
b
|
|
| 19 | 19 | get_header(); ?> |
| 20 | 20 | |
| 21 | 21 | <section id="primary" class="content-area"> |
| 22 | | <main id="main" class="site-main" role="main"> |
| | 22 | <main id="main" class="site-main"> |
| 23 | 23 | |
| 24 | 24 | <?php if ( have_posts() ) : ?> |
| 25 | 25 | |
-
diff --git a/src/wp-content/themes/twentyfifteen/footer.php b/src/wp-content/themes/twentyfifteen/footer.php
index 0265485e48..d66a915693 100644
|
a
|
b
|
|
| 12 | 12 | |
| 13 | 13 | </div><!-- .site-content --> |
| 14 | 14 | |
| 15 | | <footer id="colophon" class="site-footer" role="contentinfo"> |
| | 15 | <footer id="colophon" class="site-footer"> |
| 16 | 16 | <div class="site-info"> |
| 17 | 17 | <?php |
| 18 | 18 | /** |
-
diff --git a/src/wp-content/themes/twentyfifteen/header.php b/src/wp-content/themes/twentyfifteen/header.php
index 614cca89e2..b6d7535216 100644
|
a
|
b
|
|
| 27 | 27 | <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyfifteen' ); ?></a> |
| 28 | 28 | |
| 29 | 29 | <div id="sidebar" class="sidebar"> |
| 30 | | <header id="masthead" class="site-header" role="banner"> |
| | 30 | <header id="masthead" class="site-header"> |
| 31 | 31 | <div class="site-branding"> |
| 32 | 32 | <?php |
| 33 | 33 | twentyfifteen_the_custom_logo(); |
-
diff --git a/src/wp-content/themes/twentyfifteen/image.php b/src/wp-content/themes/twentyfifteen/image.php
index 0b9c4bbb7a..e226a4c6e9 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |
| 12 | 12 | <div id="primary" class="content-area"> |
| 13 | | <main id="main" class="site-main" role="main"> |
| | 13 | <main id="main" class="site-main"> |
| 14 | 14 | |
| 15 | 15 | <?php |
| 16 | 16 | // Start the loop. |
-
diff --git a/src/wp-content/themes/twentyfifteen/index.php b/src/wp-content/themes/twentyfifteen/index.php
index b8f812786a..a3ffee150c 100644
|
a
|
b
|
|
| 17 | 17 | get_header(); ?> |
| 18 | 18 | |
| 19 | 19 | <div id="primary" class="content-area"> |
| 20 | | <main id="main" class="site-main" role="main"> |
| | 20 | <main id="main" class="site-main"> |
| 21 | 21 | |
| 22 | 22 | <?php if ( have_posts() ) : ?> |
| 23 | 23 | |
-
diff --git a/src/wp-content/themes/twentyfifteen/page.php b/src/wp-content/themes/twentyfifteen/page.php
index 50d0bf1c12..41d74f78c1 100644
|
a
|
b
|
|
| 14 | 14 | get_header(); ?> |
| 15 | 15 | |
| 16 | 16 | <div id="primary" class="content-area"> |
| 17 | | <main id="main" class="site-main" role="main"> |
| | 17 | <main id="main" class="site-main"> |
| 18 | 18 | |
| 19 | 19 | <?php |
| 20 | 20 | // Start the loop. |
-
diff --git a/src/wp-content/themes/twentyfifteen/search.php b/src/wp-content/themes/twentyfifteen/search.php
index f8729f8fe6..dc1206e895 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |
| 12 | 12 | <section id="primary" class="content-area"> |
| 13 | | <main id="main" class="site-main" role="main"> |
| | 13 | <main id="main" class="site-main"> |
| 14 | 14 | |
| 15 | 15 | <?php if ( have_posts() ) : ?> |
| 16 | 16 | |
-
diff --git a/src/wp-content/themes/twentyfifteen/single.php b/src/wp-content/themes/twentyfifteen/single.php
index 2a4bb89366..be1476e5fc 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |
| 12 | 12 | <div id="primary" class="content-area"> |
| 13 | | <main id="main" class="site-main" role="main"> |
| | 13 | <main id="main" class="site-main"> |
| 14 | 14 | |
| 15 | 15 | <?php |
| 16 | 16 | // Start the loop. |
-
diff --git a/src/wp-content/themes/twentyfourteen/footer.php b/src/wp-content/themes/twentyfourteen/footer.php
index c3540bf5bb..cb08f682a1 100644
|
a
|
b
|
|
| 12 | 12 | |
| 13 | 13 | </div><!-- #main --> |
| 14 | 14 | |
| 15 | | <footer id="colophon" class="site-footer" role="contentinfo"> |
| | 15 | <footer id="colophon" class="site-footer"> |
| 16 | 16 | |
| 17 | 17 | <?php get_sidebar( 'footer' ); ?> |
| 18 | 18 | |
-
diff --git a/src/wp-content/themes/twentyfourteen/header.php b/src/wp-content/themes/twentyfourteen/header.php
index 744abbd117..a9e92d8a42 100644
|
a
|
b
|
|
| 41 | 41 | </div> |
| 42 | 42 | <?php endif; ?> |
| 43 | 43 | |
| 44 | | <header id="masthead" class="site-header" role="banner"> |
| | 44 | <header id="masthead" class="site-header"> |
| 45 | 45 | <div class="header-main"> |
| 46 | 46 | <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> |
| 47 | 47 | |
-
diff --git a/src/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php b/src/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php
index d66183f816..992fb46fc7 100644
|
a
|
b
|
|
| 9 | 9 | |
| 10 | 10 | if ( is_active_sidebar( 'sidebar-1' ) ) : ?> |
| 11 | 11 | |
| 12 | | <aside class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>"> |
| | 12 | <aside class="widget-area" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>"> |
| 13 | 13 | <?php |
| 14 | 14 | if ( is_active_sidebar( 'sidebar-1' ) ) { |
| 15 | 15 | ?> |
-
diff --git a/src/wp-content/themes/twentyseventeen/404.php b/src/wp-content/themes/twentyseventeen/404.php
index 3bbae9567a..2807db1a88 100644
|
a
|
b
|
get_header(); ?> |
| 14 | 14 | |
| 15 | 15 | <div class="wrap"> |
| 16 | 16 | <div id="primary" class="content-area"> |
| 17 | | <main id="main" class="site-main" role="main"> |
| | 17 | <main id="main" class="site-main"> |
| 18 | 18 | |
| 19 | 19 | <section class="error-404 not-found"> |
| 20 | 20 | <header class="page-header"> |
-
diff --git a/src/wp-content/themes/twentyseventeen/archive.php b/src/wp-content/themes/twentyseventeen/archive.php
index 574efd37c7..05737b24c2 100644
|
a
|
b
|
get_header(); ?> |
| 24 | 24 | <?php endif; ?> |
| 25 | 25 | |
| 26 | 26 | <div id="primary" class="content-area"> |
| 27 | | <main id="main" class="site-main" role="main"> |
| | 27 | <main id="main" class="site-main"> |
| 28 | 28 | |
| 29 | 29 | <?php |
| 30 | 30 | if ( have_posts() ) : |
-
diff --git a/src/wp-content/themes/twentyseventeen/footer.php b/src/wp-content/themes/twentyseventeen/footer.php
index 1772bf717b..c69385bbd2 100644
|
a
|
b
|
|
| 16 | 16 | |
| 17 | 17 | </div><!-- #content --> |
| 18 | 18 | |
| 19 | | <footer id="colophon" class="site-footer" role="contentinfo"> |
| | 19 | <footer id="colophon" class="site-footer"> |
| 20 | 20 | <div class="wrap"> |
| 21 | 21 | <?php |
| 22 | 22 | get_template_part( 'template-parts/footer/footer', 'widgets' ); |
-
diff --git a/src/wp-content/themes/twentyseventeen/front-page.php b/src/wp-content/themes/twentyseventeen/front-page.php
index 225792677f..ceeb10037c 100644
|
a
|
b
|
|
| 15 | 15 | get_header(); ?> |
| 16 | 16 | |
| 17 | 17 | <div id="primary" class="content-area"> |
| 18 | | <main id="main" class="site-main" role="main"> |
| | 18 | <main id="main" class="site-main"> |
| 19 | 19 | |
| 20 | 20 | <?php |
| 21 | 21 | // Show the selected front page content. |
-
diff --git a/src/wp-content/themes/twentyseventeen/header.php b/src/wp-content/themes/twentyseventeen/header.php
index c041fd0779..5a8e88879f 100644
|
a
|
b
|
|
| 27 | 27 | <div id="page" class="site"> |
| 28 | 28 | <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyseventeen' ); ?></a> |
| 29 | 29 | |
| 30 | | <header id="masthead" class="site-header" role="banner"> |
| | 30 | <header id="masthead" class="site-header"> |
| 31 | 31 | |
| 32 | 32 | <?php get_template_part( 'template-parts/header/header', 'image' ); ?> |
| 33 | 33 | |
-
diff --git a/src/wp-content/themes/twentyseventeen/index.php b/src/wp-content/themes/twentyseventeen/index.php
index 5df8f0231f..21964295f1 100644
|
a
|
b
|
get_header(); ?> |
| 29 | 29 | <?php endif; ?> |
| 30 | 30 | |
| 31 | 31 | <div id="primary" class="content-area"> |
| 32 | | <main id="main" class="site-main" role="main"> |
| | 32 | <main id="main" class="site-main"> |
| 33 | 33 | |
| 34 | 34 | <?php |
| 35 | 35 | if ( have_posts() ) : |
-
diff --git a/src/wp-content/themes/twentyseventeen/page.php b/src/wp-content/themes/twentyseventeen/page.php
index fee6a8e49c..c0d41caace 100644
|
a
|
b
|
get_header(); ?> |
| 19 | 19 | |
| 20 | 20 | <div class="wrap"> |
| 21 | 21 | <div id="primary" class="content-area"> |
| 22 | | <main id="main" class="site-main" role="main"> |
| | 22 | <main id="main" class="site-main"> |
| 23 | 23 | |
| 24 | 24 | <?php |
| 25 | 25 | while ( have_posts() ) : |
-
diff --git a/src/wp-content/themes/twentyseventeen/search.php b/src/wp-content/themes/twentyseventeen/search.php
index ee62b22112..248e387ff5 100644
|
a
|
b
|
get_header(); ?> |
| 28 | 28 | </header><!-- .page-header --> |
| 29 | 29 | |
| 30 | 30 | <div id="primary" class="content-area"> |
| 31 | | <main id="main" class="site-main" role="main"> |
| | 31 | <main id="main" class="site-main"> |
| 32 | 32 | |
| 33 | 33 | <?php |
| 34 | 34 | if ( have_posts() ) : |
-
diff --git a/src/wp-content/themes/twentyseventeen/sidebar.php b/src/wp-content/themes/twentyseventeen/sidebar.php
index 8233b23357..2aaf97c66f 100644
|
a
|
b
|
if ( ! is_active_sidebar( 'sidebar-1' ) ) { |
| 15 | 15 | } |
| 16 | 16 | ?> |
| 17 | 17 | |
| 18 | | <aside id="secondary" class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Blog Sidebar', 'twentyseventeen' ); ?>"> |
| | 18 | <aside id="secondary" class="widget-area" aria-label="<?php esc_attr_e( 'Blog Sidebar', 'twentyseventeen' ); ?>"> |
| 19 | 19 | <?php dynamic_sidebar( 'sidebar-1' ); ?> |
| 20 | 20 | </aside><!-- #secondary --> |
-
diff --git a/src/wp-content/themes/twentyseventeen/single.php b/src/wp-content/themes/twentyseventeen/single.php
index 541e2d24a9..9f8bcf0a76 100644
|
a
|
b
|
get_header(); ?> |
| 14 | 14 | |
| 15 | 15 | <div class="wrap"> |
| 16 | 16 | <div id="primary" class="content-area"> |
| 17 | | <main id="main" class="site-main" role="main"> |
| | 17 | <main id="main" class="site-main"> |
| 18 | 18 | |
| 19 | 19 | <?php |
| 20 | 20 | // Start the Loop. |
-
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php b/src/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php
index 68ad2165b1..fa675edcaa 100644
|
a
|
b
|
if ( is_active_sidebar( 'sidebar-2' ) || |
| 15 | 15 | is_active_sidebar( 'sidebar-3' ) ) : |
| 16 | 16 | ?> |
| 17 | 17 | |
| 18 | | <aside class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'twentyseventeen' ); ?>"> |
| | 18 | <aside class="widget-area" aria-label="<?php esc_attr_e( 'Footer', 'twentyseventeen' ); ?>"> |
| 19 | 19 | <?php |
| 20 | 20 | if ( is_active_sidebar( 'sidebar-2' ) ) { |
| 21 | 21 | ?> |
-
diff --git a/src/wp-content/themes/twentysixteen/404.php b/src/wp-content/themes/twentysixteen/404.php
index 59907be91d..bb122f2f41 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |
| 12 | 12 | <div id="primary" class="content-area"> |
| 13 | | <main id="main" class="site-main" role="main"> |
| | 13 | <main id="main" class="site-main"> |
| 14 | 14 | |
| 15 | 15 | <section class="error-404 not-found"> |
| 16 | 16 | <header class="page-header"> |
-
diff --git a/src/wp-content/themes/twentysixteen/archive.php b/src/wp-content/themes/twentysixteen/archive.php
index 68a97fc537..d332049273 100644
|
a
|
b
|
|
| 19 | 19 | get_header(); ?> |
| 20 | 20 | |
| 21 | 21 | <div id="primary" class="content-area"> |
| 22 | | <main id="main" class="site-main" role="main"> |
| | 22 | <main id="main" class="site-main"> |
| 23 | 23 | |
| 24 | 24 | <?php if ( have_posts() ) : ?> |
| 25 | 25 | |
-
diff --git a/src/wp-content/themes/twentysixteen/footer.php b/src/wp-content/themes/twentysixteen/footer.php
index 9f1621ff93..39d955c5c2 100644
|
a
|
b
|
|
| 12 | 12 | |
| 13 | 13 | </div><!-- .site-content --> |
| 14 | 14 | |
| 15 | | <footer id="colophon" class="site-footer" role="contentinfo"> |
| | 15 | <footer id="colophon" class="site-footer"> |
| 16 | 16 | <?php if ( has_nav_menu( 'primary' ) ) : ?> |
| 17 | 17 | <nav class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>"> |
| 18 | 18 | <?php |
-
diff --git a/src/wp-content/themes/twentysixteen/header.php b/src/wp-content/themes/twentysixteen/header.php
index 4f5a4d6af0..4291825533 100644
|
a
|
b
|
|
| 27 | 27 | <div class="site-inner"> |
| 28 | 28 | <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentysixteen' ); ?></a> |
| 29 | 29 | |
| 30 | | <header id="masthead" class="site-header" role="banner"> |
| | 30 | <header id="masthead" class="site-header"> |
| 31 | 31 | <div class="site-header-main"> |
| 32 | 32 | <div class="site-branding"> |
| 33 | 33 | <?php twentysixteen_the_custom_logo(); ?> |
-
diff --git a/src/wp-content/themes/twentysixteen/image.php b/src/wp-content/themes/twentysixteen/image.php
index 5929161a3c..2f18cd5566 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |
| 12 | 12 | <div id="primary" class="content-area"> |
| 13 | | <main id="main" class="site-main" role="main"> |
| | 13 | <main id="main" class="site-main"> |
| 14 | 14 | |
| 15 | 15 | <?php |
| 16 | 16 | // Start the loop. |
-
diff --git a/src/wp-content/themes/twentysixteen/index.php b/src/wp-content/themes/twentysixteen/index.php
index 0a1a3e0173..87efb51b60 100644
|
a
|
b
|
|
| 17 | 17 | get_header(); ?> |
| 18 | 18 | |
| 19 | 19 | <div id="primary" class="content-area"> |
| 20 | | <main id="main" class="site-main" role="main"> |
| | 20 | <main id="main" class="site-main"> |
| 21 | 21 | |
| 22 | 22 | <?php if ( have_posts() ) : ?> |
| 23 | 23 | |
-
diff --git a/src/wp-content/themes/twentysixteen/page.php b/src/wp-content/themes/twentysixteen/page.php
index f5d6b7adb9..496f11d282 100644
|
a
|
b
|
|
| 14 | 14 | get_header(); ?> |
| 15 | 15 | |
| 16 | 16 | <div id="primary" class="content-area"> |
| 17 | | <main id="main" class="site-main" role="main"> |
| | 17 | <main id="main" class="site-main"> |
| 18 | 18 | <?php |
| 19 | 19 | // Start the loop. |
| 20 | 20 | while ( have_posts() ) : |
-
diff --git a/src/wp-content/themes/twentysixteen/search.php b/src/wp-content/themes/twentysixteen/search.php
index 37aed86331..f83758e3e9 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |
| 12 | 12 | <section id="primary" class="content-area"> |
| 13 | | <main id="main" class="site-main" role="main"> |
| | 13 | <main id="main" class="site-main"> |
| 14 | 14 | |
| 15 | 15 | <?php if ( have_posts() ) : ?> |
| 16 | 16 | |
-
diff --git a/src/wp-content/themes/twentysixteen/sidebar-content-bottom.php b/src/wp-content/themes/twentysixteen/sidebar-content-bottom.php
index d561eb7d1d..1e562328a5 100644
|
a
|
b
|
if ( ! is_active_sidebar( 'sidebar-2' ) && ! is_active_sidebar( 'sidebar-3' ) ) |
| 13 | 13 | |
| 14 | 14 | // If we get this far, we have widgets. Let's do this. |
| 15 | 15 | ?> |
| 16 | | <aside id="content-bottom-widgets" class="content-bottom-widgets" role="complementary"> |
| | 16 | <aside id="content-bottom-widgets" class="content-bottom-widgets"> |
| 17 | 17 | <?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?> |
| 18 | 18 | <div class="widget-area"> |
| 19 | 19 | <?php dynamic_sidebar( 'sidebar-2' ); ?> |
-
diff --git a/src/wp-content/themes/twentysixteen/sidebar.php b/src/wp-content/themes/twentysixteen/sidebar.php
index 45aff971ab..291daa062b 100644
|
a
|
b
|
|
| 9 | 9 | ?> |
| 10 | 10 | |
| 11 | 11 | <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> |
| 12 | | <aside id="secondary" class="sidebar widget-area" role="complementary"> |
| | 12 | <aside id="secondary" class="sidebar widget-area"> |
| 13 | 13 | <?php dynamic_sidebar( 'sidebar-1' ); ?> |
| 14 | 14 | </aside><!-- .sidebar .widget-area --> |
| 15 | 15 | <?php endif; ?> |
-
diff --git a/src/wp-content/themes/twentysixteen/single.php b/src/wp-content/themes/twentysixteen/single.php
index 77a44d8692..dcf1094131 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); ?> |
| 11 | 11 | |
| 12 | 12 | <div id="primary" class="content-area"> |
| 13 | | <main id="main" class="site-main" role="main"> |
| | 13 | <main id="main" class="site-main"> |
| 14 | 14 | <?php |
| 15 | 15 | // Start the loop. |
| 16 | 16 | while ( have_posts() ) : |
-
diff --git a/src/wp-content/themes/twentythirteen/footer.php b/src/wp-content/themes/twentythirteen/footer.php
index c4002d644e..5a24fcdf2f 100644
|
a
|
b
|
|
| 11 | 11 | ?> |
| 12 | 12 | |
| 13 | 13 | </div><!-- #main --> |
| 14 | | <footer id="colophon" class="site-footer" role="contentinfo"> |
| | 14 | <footer id="colophon" class="site-footer"> |
| 15 | 15 | <?php get_sidebar( 'main' ); ?> |
| 16 | 16 | |
| 17 | 17 | <div class="site-info"> |
-
diff --git a/src/wp-content/themes/twentythirteen/header.php b/src/wp-content/themes/twentythirteen/header.php
index 7fdf9c791b..6385894aa6 100644
|
a
|
b
|
|
| 33 | 33 | <body <?php body_class(); ?>> |
| 34 | 34 | <?php wp_body_open(); ?> |
| 35 | 35 | <div id="page" class="hfeed site"> |
| 36 | | <header id="masthead" class="site-header" role="banner"> |
| | 36 | <header id="masthead" class="site-header"> |
| 37 | 37 | <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> |
| 38 | 38 | <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1> |
| 39 | 39 | <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> |
-
diff --git a/src/wp-content/themes/twentytwelve/header.php b/src/wp-content/themes/twentytwelve/header.php
index 8f15a76176..e6c3021c79 100644
|
a
|
b
|
|
| 34 | 34 | <body <?php body_class(); ?>> |
| 35 | 35 | <?php wp_body_open(); ?> |
| 36 | 36 | <div id="page" class="hfeed site"> |
| 37 | | <header id="masthead" class="site-header" role="banner"> |
| | 37 | <header id="masthead" class="site-header"> |
| 38 | 38 | <hgroup> |
| 39 | 39 | <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> |
| 40 | 40 | <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> |
-
diff --git a/src/wp-content/themes/twentytwenty/404.php b/src/wp-content/themes/twentytwenty/404.php
index 7e7e0cdc6f..77cfd31054 100644
|
a
|
b
|
|
| 10 | 10 | get_header(); |
| 11 | 11 | ?> |
| 12 | 12 | |
| 13 | | <main id="site-content" role="main"> |
| | 13 | <main id="site-content"> |
| 14 | 14 | |
| 15 | 15 | <div class="section-inner thin error404-content"> |
| 16 | 16 | |
-
diff --git a/src/wp-content/themes/twentytwenty/footer.php b/src/wp-content/themes/twentytwenty/footer.php
index afe204b629..65126eb269 100644
|
a
|
b
|
|
| 12 | 12 | */ |
| 13 | 13 | |
| 14 | 14 | ?> |
| 15 | | <footer id="site-footer" role="contentinfo" class="header-footer-group"> |
| | 15 | <footer id="site-footer" class="header-footer-group"> |
| 16 | 16 | |
| 17 | 17 | <div class="section-inner"> |
| 18 | 18 | |
-
diff --git a/src/wp-content/themes/twentytwenty/header.php b/src/wp-content/themes/twentytwenty/header.php
index dd63f33767..2bc977c3a2 100644
|
a
|
b
|
|
| 30 | 30 | wp_body_open(); |
| 31 | 31 | ?> |
| 32 | 32 | |
| 33 | | <header id="site-header" class="header-footer-group" role="banner"> |
| | 33 | <header id="site-header" class="header-footer-group"> |
| 34 | 34 | |
| 35 | 35 | <div class="header-inner section-inner"> |
| 36 | 36 | |
-
diff --git a/src/wp-content/themes/twentytwenty/index.php b/src/wp-content/themes/twentytwenty/index.php
index fb0a5d809a..2efda3596f 100644
|
a
|
b
|
|
| 17 | 17 | get_header(); |
| 18 | 18 | ?> |
| 19 | 19 | |
| 20 | | <main id="site-content" role="main"> |
| | 20 | <main id="site-content"> |
| 21 | 21 | |
| 22 | 22 | <?php |
| 23 | 23 | |
-
diff --git a/src/wp-content/themes/twentytwenty/singular.php b/src/wp-content/themes/twentytwenty/singular.php
index 857bc6f460..b52ea8ca8d 100644
|
a
|
b
|
|
| 12 | 12 | get_header(); |
| 13 | 13 | ?> |
| 14 | 14 | |
| 15 | | <main id="site-content" role="main"> |
| | 15 | <main id="site-content"> |
| 16 | 16 | |
| 17 | 17 | <?php |
| 18 | 18 | |
-
diff --git a/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php b/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
index bb3e69678e..d14e3b587d 100644
|
a
|
b
|
if ( $has_footer_menu || $has_social_menu || $has_sidebar_1 || $has_sidebar_2 ) |
| 86 | 86 | |
| 87 | 87 | <?php if ( $has_sidebar_1 || $has_sidebar_2 ) { ?> |
| 88 | 88 | |
| 89 | | <aside class="footer-widgets-outer-wrapper" role="complementary"> |
| | 89 | <aside class="footer-widgets-outer-wrapper"> |
| 90 | 90 | |
| 91 | 91 | <div class="footer-widgets-wrapper"> |
| 92 | 92 | |
-
diff --git a/src/wp-content/themes/twentytwenty/templates/template-cover.php b/src/wp-content/themes/twentytwenty/templates/template-cover.php
index 20e20cf51d..f527167d8c 100644
|
a
|
b
|
|
| 11 | 11 | get_header(); |
| 12 | 12 | ?> |
| 13 | 13 | |
| 14 | | <main id="site-content" role="main"> |
| | 14 | <main id="site-content"> |
| 15 | 15 | |
| 16 | 16 | <?php |
| 17 | 17 | |
-
diff --git a/src/wp-content/themes/twentytwentyone/footer.php b/src/wp-content/themes/twentytwentyone/footer.php
index 63ecd99ac0..eac1082932 100644
|
a
|
b
|
|
| 18 | 18 | |
| 19 | 19 | <?php get_template_part( 'template-parts/footer/footer-widgets' ); ?> |
| 20 | 20 | |
| 21 | | <footer id="colophon" class="site-footer" role="contentinfo"> |
| | 21 | <footer id="colophon" class="site-footer"> |
| 22 | 22 | |
| 23 | 23 | <?php if ( has_nav_menu( 'footer' ) ) : ?> |
| 24 | 24 | <nav aria-label="<?php esc_attr_e( 'Secondary menu', 'twentytwentyone' ); ?>" class="footer-navigation"> |
-
diff --git a/src/wp-content/themes/twentytwentyone/header.php b/src/wp-content/themes/twentytwentyone/header.php
index 9e41346468..1e3b588aeb 100644
|
a
|
b
|
|
| 29 | 29 | |
| 30 | 30 | <div id="content" class="site-content"> |
| 31 | 31 | <div id="primary" class="content-area"> |
| 32 | | <main id="main" class="site-main" role="main"> |
| | 32 | <main id="main" class="site-main"> |
-
diff --git a/src/wp-content/themes/twentytwentyone/template-parts/header/site-header.php b/src/wp-content/themes/twentytwentyone/template-parts/header/site-header.php
index caa6d46cbf..b0fbbac2d0 100644
|
a
|
b
|
$wrapper_classes .= ( true === get_theme_mod( 'display_title_and_tagline', true |
| 13 | 13 | $wrapper_classes .= has_nav_menu( 'primary' ) ? ' has-menu' : ''; |
| 14 | 14 | ?> |
| 15 | 15 | |
| 16 | | <header id="masthead" class="<?php echo esc_attr( $wrapper_classes ); ?>" role="banner"> |
| | 16 | <header id="masthead" class="<?php echo esc_attr( $wrapper_classes ); ?>"> |
| 17 | 17 | |
| 18 | 18 | <?php get_template_part( 'template-parts/header/site-branding' ); ?> |
| 19 | 19 | <?php get_template_part( 'template-parts/header/site-nav' ); ?> |