Changeset 41127 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 07/24/2017 10:02:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r40666 r41127 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
Note: See TracChangeset
for help on using the changeset viewer.