Make WordPress Core


Ignore:
Timestamp:
12/14/2018 03:24:35 AM (6 years ago)
Author:
pento
Message:

General: Fix some code formatting issues.

A handful of code formatting issues were introduced in recent commits, runs the auto-fixer on them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php

    r43842 r44155  
    1212    <aside class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>">
    1313        <?php
    14             if ( is_active_sidebar( 'sidebar-1' ) ) {
    15                 ?>
     14        if ( is_active_sidebar( 'sidebar-1' ) ) {
     15            ?>
    1616                    <div class="widget-column footer-widget-1">
    17                         <?php dynamic_sidebar( 'sidebar-1' ); ?>
     17                    <?php dynamic_sidebar( 'sidebar-1' ); ?>
    1818                    </div>
    1919                <?php
    20             }
     20        }
    2121        ?>
    2222    </aside><!-- .widget-area -->
Note: See TracChangeset for help on using the changeset viewer.