Make WordPress Core


Ignore:
Timestamp:
11/18/2013 11:11:01 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: updates all PHP files to meet new brace style in WP coding standards. Props rickalee for initial patch, fixes #26093.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/single.php

    r26217 r26260  
    2121
    2222                    // If comments are open or we have at least one comment, load up the comment template.
    23                     if ( comments_open() || get_comments_number() )
     23                    if ( comments_open() || get_comments_number() ) {
    2424                        comments_template();
     25                    }
    2526                endwhile;
    2627            ?>
Note: See TracChangeset for help on using the changeset viewer.