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
This commit is contained in:
parent
bac0e68b48
commit
165b3fccaa
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user