Ticket #35624: comment_form_title-reply_no_js.patch
File comment_form_title-reply_no_js.patch, 653 bytes (added by , 8 years ago) |
---|
-
wp-includes/comment-template.php
1828 1828 echo $noreplytext; 1829 1829 else { 1830 1830 $comment = get_comment($replytoid); 1831 $author = ( $linktoparent ) ? '<a href="#comment-' . get_comment_ID(). '">' . get_comment_author( $comment ) . '</a>' : get_comment_author( $comment );1831 $author = ( $linktoparent ) ? '<a href="#comment-' . $replytoid . '">' . get_comment_author( $comment ) . '</a>' : get_comment_author( $comment ); 1832 1832 printf( $replytext, $author ); 1833 1833 } 1834 1834 }