Make WordPress Core


Ignore:
Timestamp:
10/23/2016 11:05:14 AM (9 years ago)
Author:
karmatosed
Message:

Twenty Seventeen: Remove whitelisting comments for PHP_Codesniffer

Some comments to whitelist PHP_CodeSniffer errors were left in the theme as on GitHub it intergrated with Travis testing. Those are now removed in this patch.

props davidakennedy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/components/header/site-branding.php

    r38833 r38872  
    2424            <?php $description = get_bloginfo( 'description', 'display' );
    2525                if ( $description || is_customize_preview() ) : ?>
    26                     <p class="site-description"><?php echo $description; /* WPCS: xss ok. */ ?></p>
     26                    <p class="site-description"><?php echo $description; ?></p>
    2727                <?php endif; ?>
    2828        </div><!-- .site-branding-text -->
Note: See TracChangeset for help on using the changeset viewer.