Restore `$noreplytext` default value in `comment_form_title()`
props ocean90 see #22889 Built from https://develop.svn.wordpress.org/trunk@33039 git-svn-id: http://core.svn.wordpress.org/trunk@33010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9d11efe23c
commit
d51f1c1a0f
|
@ -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 ) )
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-33038';
|
||||
$wp_version = '4.3-alpha-33039';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue