Ticket #16433: 16433.diff
| File 16433.diff, 527 bytes (added by andrewryno, 2 years ago) |
|---|
-
wp-includes/comment-template.php
1056 1056 1057 1057 $link = ''; 1058 1058 1059 $reply_text = sprintf( $reply_text, $comment->comment_author ); 1060 1059 1061 if ( get_option('comment_registration') && !$user_ID ) 1060 1062 $link = '<a rel="nofollow" class="comment-reply-login" href="' . esc_url( wp_login_url( get_permalink() ) ) . '">' . $login_text . '</a>'; 1061 1063 else
