Changeset 52013
- Timestamp:
- 11/04/2021 06:16:46 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 49 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/footer.php
r45604 r52013 13 13 </div><!-- #main --> 14 14 15 <footer id="colophon" role="contentinfo">15 <footer id="colophon"> 16 16 17 17 <?php -
trunk/src/wp-content/themes/twentyeleven/header.php
r51967 r52013 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> -
trunk/src/wp-content/themes/twentyfifteen/404.php
r30896 r52013 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"> -
trunk/src/wp-content/themes/twentyfifteen/archive.php
r47122 r52013 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() ) : ?> -
trunk/src/wp-content/themes/twentyfifteen/footer.php
r45609 r52013 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 -
trunk/src/wp-content/themes/twentyfifteen/header.php
r48290 r52013 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 -
trunk/src/wp-content/themes/twentyfifteen/image.php
r48782 r52013 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 -
trunk/src/wp-content/themes/twentyfifteen/index.php
r47122 r52013 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() ) : ?> -
trunk/src/wp-content/themes/twentyfifteen/page.php
r42343 r52013 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 -
trunk/src/wp-content/themes/twentyfifteen/search.php
r45932 r52013 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() ) : ?> -
trunk/src/wp-content/themes/twentyfifteen/single.php
r47122 r52013 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 -
trunk/src/wp-content/themes/twentyfourteen/footer.php
r45609 r52013 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' ); ?> -
trunk/src/wp-content/themes/twentyfourteen/header.php
r51967 r52013 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> -
trunk/src/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php
r46827 r52013 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' ) ) { -
trunk/src/wp-content/themes/twentyseventeen/404.php
r46827 r52013 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"> -
trunk/src/wp-content/themes/twentyseventeen/archive.php
r47122 r52013 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 -
trunk/src/wp-content/themes/twentyseventeen/footer.php
r51967 r52013 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 -
trunk/src/wp-content/themes/twentyseventeen/front-page.php
r48782 r52013 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 -
trunk/src/wp-content/themes/twentyseventeen/header.php
r48290 r52013 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' ); ?> -
trunk/src/wp-content/themes/twentyseventeen/index.php
r47122 r52013 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 -
trunk/src/wp-content/themes/twentyseventeen/page.php
r47122 r52013 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 -
trunk/src/wp-content/themes/twentyseventeen/search.php
r47122 r52013 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 -
trunk/src/wp-content/themes/twentyseventeen/sidebar.php
r46827 r52013 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 --> -
trunk/src/wp-content/themes/twentyseventeen/single.php
r47122 r52013 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 -
trunk/src/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php
r46827 r52013 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' ) ) { -
trunk/src/wp-content/themes/twentysixteen/404.php
r40851 r52013 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"> -
trunk/src/wp-content/themes/twentysixteen/archive.php
r47122 r52013 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() ) : ?> -
trunk/src/wp-content/themes/twentysixteen/footer.php
r51967 r52013 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" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>"> -
trunk/src/wp-content/themes/twentysixteen/header.php
r51967 r52013 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"> -
trunk/src/wp-content/themes/twentysixteen/image.php
r48782 r52013 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 -
trunk/src/wp-content/themes/twentysixteen/index.php
r47122 r52013 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() ) : ?> -
trunk/src/wp-content/themes/twentysixteen/page.php
r47122 r52013 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. -
trunk/src/wp-content/themes/twentysixteen/search.php
r45932 r52013 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() ) : ?> -
trunk/src/wp-content/themes/twentysixteen/sidebar-content-bottom.php
r40851 r52013 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"> -
trunk/src/wp-content/themes/twentysixteen/sidebar.php
r42343 r52013 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 --> -
trunk/src/wp-content/themes/twentysixteen/single.php
r47122 r52013 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. -
trunk/src/wp-content/themes/twentythirteen/footer.php
r45609 r52013 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 -
trunk/src/wp-content/themes/twentythirteen/header.php
r51967 r52013 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> -
trunk/src/wp-content/themes/twentytwelve/header.php
r51967 r52013 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> -
trunk/src/wp-content/themes/twentytwenty/404.php
r50933 r52013 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"> -
trunk/src/wp-content/themes/twentytwenty/footer.php
r48992 r52013 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"> -
trunk/src/wp-content/themes/twentytwenty/header.php
r51967 r52013 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"> -
trunk/src/wp-content/themes/twentytwenty/index.php
r50933 r52013 18 18 ?> 19 19 20 <main id="site-content" role="main">20 <main id="site-content"> 21 21 22 22 <?php -
trunk/src/wp-content/themes/twentytwenty/singular.php
r46827 r52013 13 13 ?> 14 14 15 <main id="site-content" role="main">15 <main id="site-content"> 16 16 17 17 <?php -
trunk/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
r51967 r52013 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"> -
trunk/src/wp-content/themes/twentytwenty/templates/template-cover.php
r46827 r52013 12 12 ?> 13 13 14 <main id="site-content" role="main">14 <main id="site-content"> 15 15 16 16 <?php -
trunk/src/wp-content/themes/twentytwentyone/footer.php
r49826 r52013 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' ) ) : ?> -
trunk/src/wp-content/themes/twentytwentyone/header.php
r49826 r52013 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"> -
trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-header.php
r49994 r52013 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' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.