updated theme Twenty Nineteen version 2.4
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
* @since Twenty Nineteen 1.0
|
||||
*/
|
||||
|
||||
if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
|
||||
if ( is_active_sidebar( 'sidebar-1' ) ) :
|
||||
?>
|
||||
|
||||
<aside class="widget-area" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>">
|
||||
<?php
|
||||
@ -21,4 +22,5 @@ if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
|
||||
?>
|
||||
</aside><!-- .widget-area -->
|
||||
|
||||
<?php endif; ?>
|
||||
<?php
|
||||
endif;
|
||||
|
||||
Reference in New Issue
Block a user