Ticket #29454: 29454.patch
File 29454.patch, 632 bytes (added by , 10 years ago) |
---|
-
wp-includes/comment-template.php
1249 1249 echo $home . '/' . $wpcommentspopupfile . '?comments_popup=' . $id; 1250 1250 echo '" onclick="wpopen(this.href); return false"'; 1251 1251 } else { // if comments_popup_script() is not in the template, display simple comment link 1252 if ( 0 == $number ) 1253 echo get_permalink() . '#respond'; 1254 else 1255 comments_link(); 1256 echo '"'; 1252 echo get_comments_link(); 1257 1253 } 1258 1254 1259 1255 if ( !empty( $css_class ) ) {