Ticket #16433: 16433.diff

File 16433.diff, 527 bytes (added by andrewryno, 2 years ago)
  • wp-includes/comment-template.php

     
    10561056 
    10571057        $link = ''; 
    10581058 
     1059        $reply_text = sprintf( $reply_text, $comment->comment_author ); 
     1060 
    10591061        if ( get_option('comment_registration') && !$user_ID ) 
    10601062                $link = '<a rel="nofollow" class="comment-reply-login" href="' . esc_url( wp_login_url( get_permalink() ) ) . '">' . $login_text . '</a>'; 
    10611063        else