Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (7 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

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

    r30394 r42343  
    1919        <?php
    2020        // Start the loop.
    21         while ( have_posts() ) : the_post();
     21        while ( have_posts() ) :
     22            the_post();
    2223
    2324            // Include the page content template.
     
    2930            endif;
    3031
    31         // End the loop.
     32            // End the loop.
    3233        endwhile;
    3334        ?>
Note: See TracChangeset for help on using the changeset viewer.