mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Remove whitespace side effects from comment_form()
.
Props timersys. Fixes #30500. Built from https://develop.svn.wordpress.org/trunk@31036 git-svn-id: http://core.svn.wordpress.org/trunk@31017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
190165cb32
commit
f5f3006981
@ -2228,8 +2228,7 @@ function comment_form( $args = array(), $post_id = null ) {
|
|||||||
*/
|
*/
|
||||||
$args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) );
|
$args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) );
|
||||||
|
|
||||||
?>
|
if ( comments_open( $post_id ) ) : ?>
|
||||||
<?php if ( comments_open( $post_id ) ) : ?>
|
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Fires before the comment form.
|
* Fires before the comment form.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31035';
|
$wp_version = '4.2-alpha-31036';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user