Make WordPress Core


Ignore:
Timestamp:
01/03/2015 06:26:38 AM (10 years ago)
Author:
wonderboymusic
Message:

Remove whitespace side effects from comment_form().

Props timersys.
Fixes #30500.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r30695 r31036  
    22292229    $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) );
    22302230
    2231     ?>
    2232         <?php if ( comments_open( $post_id ) ) : ?>
     2231        if ( comments_open( $post_id ) ) : ?>
    22332232            <?php
    22342233            /**
Note: See TracChangeset for help on using the changeset viewer.