Make WordPress Core

Ticket #23850: 23850-remove-comments-arg.patch

File 23850-remove-comments-arg.patch, 637 bytes (added by obenland, 11 years ago)
  • wp-content/themes/twentythirteen/comments.php

     
    3131                        <?php
    3232                                wp_list_comments( array(
    3333                                        'style'       => 'ol',
    34                                         'format'      => 'html5',
    3534                                        'short_ping'  => true,
    3635                                        'avatar_size' => 74,
    3736                                ) );
     
    5554
    5655        <?php endif; // have_comments() ?>
    5756
    58         <?php comment_form( array( 'format' => 'html5' ) ); ?>
     57        <?php comment_form(); ?>
    5958
    6059</div><!-- #comments -->
     60 No newline at end of file