Make WordPress Core


Ignore:
Timestamp:
07/05/2019 05:20:52 AM (5 years ago)
Author:
pento
Message:

Coding Standards: Fix all WordPress.WhiteSpace.PrecisionAlignment issues.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/sidebar.php

    r43571 r45602  
    1919        <ul>
    2020            <?php
    21               /* Widgetized sidebar, if you have the plugin installed. */
     21            /* Widgetized sidebar, if you have the plugin installed. */
    2222            if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar() ) :
    2323                ?>
     
    3636                is_year() || is_search() || is_paged() ) :
    3737                    ?>
    38              <li>
     38            <li>
    3939
    4040                    <?php if ( is_404() ) : /* If this is a 404 page */ ?>
Note: See TracChangeset for help on using the changeset viewer.