Make WordPress Core


Ignore:
Timestamp:
01/12/2019 06:40:16 AM (8 years ago)
Author:
pento
Message:

Coding Standards: Upgrade WPCS to 1.2.1.

This upgrade fixes quite a few false positives, as well as auto-fixing some indenting issues.

Fixes #45956.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/header.php

    r44500 r44574  
    3737                                        <?php else : ?>
    3838                                                <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
    39                                         <?php
     39                                                <?php
    4040                                        endif;
    4141
    4242                                        $description = get_bloginfo( 'description', 'display' );
    43 if ( $description || is_customize_preview() ) :
    44         ?>
     43                                        if ( $description || is_customize_preview() ) :
     44                                                ?>
    4545                                                <p class="site-description"><?php echo $description; ?></p>
    46                                         <?php
     46                                                <?php
    4747                                        endif;
    48 ?>
     48                                        ?>
    4949                                <button class="secondary-toggle"><?php _e( 'Menu and widgets', 'twentyfifteen' ); ?></button>
    5050                        </div><!-- .site-branding -->
Note: See TracChangeset for help on using the changeset viewer.