]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfourteen/comments.php
WordPress 4.2
[autoinstalls/wordpress.git] / wp-content / themes / twentyfourteen / comments.php
index 9802a2440a079b6b67176e6e2ecfcf7af4105eb4..781c06d4c70325db346725f02224196e1bce2195 100644 (file)
@@ -40,9 +40,9 @@ if ( post_password_required() ) {
        <ol class="comment-list">
                <?php
                        wp_list_comments( array(
-                               'style'      => 'ol',
-                               'short_ping' => true,
-                               'avatar_size'=> 34,
+                               'style'       => 'ol',
+                               'short_ping'  => true,
+                               'avatar_size' => 34,
                        ) );
                ?>
        </ol><!-- .comment-list -->