Changeset 46335
- Timestamp:
- 09/27/2019 02:45:49 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r46090 r46335 1646 1646 1647 1647 $comment = get_comment( $comment ); 1648 1649 1650 1651 1648 1652 1649 1653 if ( empty( $post ) ) { -
trunk/tests/phpunit/tests/comment/getCommentReplyLink.php
r45787 r46335 67 67 $this->assertContains( $expected_url, $comment_reply_link ); 68 68 } 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 69 89 }
Note: See TracChangeset
for help on using the changeset viewer.