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/twentyeleven/author.php

    r31265 r42343  
    4343                <?php
    4444                // If a user has filled out their description, show a bio on their entries.
    45                 if ( get_the_author_meta( 'description' ) ) : ?>
     45                if ( get_the_author_meta( 'description' ) ) :
     46                ?>
    4647                <div id="author-info">
    4748                    <div id="author-avatar">
     
    6566
    6667                <?php /* Start the Loop */ ?>
    67                 <?php while ( have_posts() ) : the_post(); ?>
     68                <?php
     69                while ( have_posts() ) :
     70                    the_post();
     71?>
    6872
    6973                    <?php
Note: See TracChangeset for help on using the changeset viewer.