Make WordPress Core


Ignore:
Timestamp:
01/20/2015 07:02:53 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix escaping and minor code style issues. See #29127.

File:
1 edited

Legend:

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

    r26260 r31250  
    4141        <?php
    4242            wp_list_comments( array(
    43                 'style'      => 'ol',
    44                 'short_ping' => true,
    45                 'avatar_size'=> 34,
     43                'style'       => 'ol',
     44                'short_ping'  => true,
     45                'avatar_size' => 34,
    4646            ) );
    4747        ?>
Note: See TracChangeset for help on using the changeset viewer.