Make WordPress Core


Ignore:
Timestamp:
07/01/2015 09:50:13 PM (9 years ago)
Author:
markjaquith
Message:

Restore $noreplytext default value in comment_form_title()

props ocean90
see #22889

File:
1 edited

Legend:

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

    r33038 r33039  
    16501650 * @param string $deprecated_2 No longer used.
    16511651 */
    1652 function comment_form_title( $noreplytext, $deprecated = null, $deprecated_2 = null ) {
     1652function comment_form_title( $noreplytext = false, $deprecated = null, $deprecated_2 = null ) {
    16531653    if ( ! is_null( $deprecated ) )
    16541654        _deprecated_argument( __FUNCTION__, '4.3' );
Note: See TracChangeset for help on using the changeset viewer.