From 165b3fccaaddb77bea3d6911a25739acbbef3c74 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 1 Jul 2015 21:50:13 +0000 Subject: [PATCH] Restore `$noreplytext` default value in `comment_form_title()` props ocean90 see #22889 git-svn-id: https://develop.svn.wordpress.org/trunk@33039 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 8f34b3e643..14105ace2a 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -1649,7 +1649,7 @@ function comment_id_fields( $id = 0 ) { * @param string $deprecated No longer used. * @param string $deprecated_2 No longer used. */ -function comment_form_title( $noreplytext, $deprecated = null, $deprecated_2 = null ) { +function comment_form_title( $noreplytext = false, $deprecated = null, $deprecated_2 = null ) { if ( ! is_null( $deprecated ) ) _deprecated_argument( __FUNCTION__, '4.3' ); if ( ! is_null( $deprecated_2 ) )