Ticket #41334: comment-template.diff
File comment-template.diff, 503 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/comment-template.php
306 306 if ( ! empty( $comment ) ) { 307 307 $author_url = ( 'http://' == $comment->comment_author_url ) ? '' : $comment->comment_author_url; 308 308 $url = esc_url( $author_url, array( 'http', 'https' ) ); 309 $id = $comment-> ID;309 $id = $comment->comment_ID; 310 310 } 311 311 312 312 /**