Ticket #37267: 37267-1.patch
File 37267-1.patch, 756 bytes (added by , 5 years ago) |
---|
-
wp-includes/comment-template.php
2476 2476 2477 2477 comment_form_title( $args['title_reply'], $args['title_reply_to'] ); 2478 2478 2479 echo $args['cancel_reply_before'];2479 if ( get_option('thread_comments') ) { 2480 2480 2481 cancel_comment_reply_link( $args['cancel_reply_link'] );2481 echo $args['cancel_reply_before']; 2482 2482 2483 echo $args['cancel_reply_after'];2483 cancel_comment_reply_link( $args['cancel_reply_link'] ); 2484 2484 2485 echo $args['cancel_reply_after']; 2486 2487 } 2488 2485 2489 echo $args['title_reply_after']; 2486 2490 2487 2491 if ( get_option( 'comment_registration' ) && ! is_user_logged_in() ) :