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/twentyten/loop.php

    r43571 r44574  
    134134                </div><!-- #post-## -->
    135135
    136         <?php /* How to display all other posts. */ ?>
     136                <?php /* How to display all other posts. */ ?>
    137137
    138138        <?php else : ?>
     
    144144                        </div><!-- .entry-meta -->
    145145
    146         <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>
     146                <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>
    147147                        <div class="entry-summary">
    148148                                <?php the_excerpt(); ?>
Note: See TracChangeset for help on using the changeset viewer.