Changeset 53880
- Timestamp:
- 08/11/2022 02:44:45 PM (2 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php
r52013 r53880 8 8 */ 9 9 10 if ( is_active_sidebar( 'sidebar-1' ) ) : ?> 10 if ( is_active_sidebar( 'sidebar-1' ) ) : 11 ?> 11 12 12 13 <aside class="widget-area" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>"> … … 22 23 </aside><!-- .widget-area --> 23 24 24 <?php endif; ?> 25 <?php 26 endif; -
trunk/src/wp-content/themes/twentynineteen/template-parts/header/entry-header.php
r47122 r53880 12 12 <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> 13 13 14 <?php if ( ! is_page() ) : ?> 14 <?php 15 if ( ! is_page() ) : 16 ?> 15 17 <div class="entry-meta"> 16 18 <?php twentynineteen_posted_by(); ?> … … 44 46 ?> 45 47 </div><!-- .entry-meta --> 46 <?php endif; ?> 48 <?php 49 endif; -
trunk/src/wp-content/themes/twentynineteen/template-parts/post/author-bio.php
r46827 r53880 8 8 */ 9 9 10 if ( (bool) get_the_author_meta( 'description' ) ) : ?> 10 if ( (bool) get_the_author_meta( 'description' ) ) : 11 ?> 11 12 <div class="author-bio"> 12 13 <h2 class="author-title"> … … 28 29 </p><!-- .author-description --> 29 30 </div><!-- .author-bio --> 30 <?php endif; ?> 31 <?php 32 endif; -
trunk/src/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php
r52013 r53880 33 33 </aside><!-- .widget-area --> 34 34 35 <?php endif; ?> 35 <?php 36 endif; -
trunk/src/wp-content/themes/twentytwenty/singular.php
r52013 r53880 32 32 <?php get_template_part( 'template-parts/footer-menus-widgets' ); ?> 33 33 34 <?php get_footer(); ?> 34 <?php 35 get_footer(); -
trunk/src/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php
r47122 r53880 8 8 */ 9 9 10 if ( (bool) get_the_author_meta( 'description' ) && (bool) get_theme_mod( 'show_author_bio', true ) ) : ?> 10 if ( (bool) get_the_author_meta( 'description' ) && (bool) get_theme_mod( 'show_author_bio', true ) ) : 11 ?> 11 12 <div class="author-bio"> 12 13 <div class="author-title-wrapper"> … … 31 32 </div><!-- .author-description --> 32 33 </div><!-- .author-bio --> 33 <?php endif; ?> 34 <?php 35 endif; -
trunk/src/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php
r52013 r53880 117 117 </div><!-- .footer-nav-widgets-wrapper --> 118 118 119 <?php } ?> 119 <?php 120 } -
trunk/src/wp-content/themes/twentytwenty/templates/template-cover.php
r52013 r53880 31 31 <?php get_template_part( 'template-parts/footer-menus-widgets' ); ?> 32 32 33 <?php get_footer(); ?> 33 <?php 34 get_footer(); -
trunk/src/wp-content/themes/twentytwentyone/archive.php
r49826 r53880 35 35 <?php endif; ?> 36 36 37 <?php get_footer(); ?> 37 <?php 38 get_footer(); -
trunk/src/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php
r49826 r53880 14 14 </aside><!-- .widget-area --> 15 15 16 <?php endif; ?> 16 <?php 17 endif; -
trunk/src/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php
r51967 r53880 34 34 ?> 35 35 </nav><!-- #site-navigation --> 36 <?php endif; ?> 36 <?php 37 endif; -
trunk/src/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php
r50234 r53880 36 36 </div><!-- .author-bio-content --> 37 37 </div><!-- .author-bio --> 38 <?php endif; ?> 38 <?php 39 endif;
Note: See TracChangeset
for help on using the changeset viewer.