Changeset 46335 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 09/27/2019 02:45:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r46090 r46335 1646 1646 1647 1647 $comment = get_comment( $comment ); 1648 1649 if ( empty( $comment ) ) { 1650 return; 1651 } 1648 1652 1649 1653 if ( empty( $post ) ) {
Note: See TracChangeset
for help on using the changeset viewer.