..
checkComment.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
commentForm.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
commentsTemplate.php
Ignore hierarchy in pagination calculation when comment threading is disabled.
2016-01-13 03:12:34 +00:00
dateQuery.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
getCommentAuthorEmailLink.php
Comments: Adjust comment_author_email_link() and get_comment_author_email_link() to each accept a new optional fourth parameter, $comment, which enables overriding the $comment global.
2016-05-02 19:58:23 +00:00
getCommentAuthorUrlLink.php
Comments: add a $comment parameter to get_comment_author_url_link().
2016-04-22 22:44:33 +00:00
getCommentClass.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
getCommentCount.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
getCommentExcerpt.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
getCommentLink.php
Omit cpage query var in comment link if comment pagination is disabled.
2015-12-14 19:45:45 +00:00
getCommentsPagesCount.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
getPageOfComment.php
Don't force comment pagination.
2015-10-21 16:25:31 +00:00
metaCache.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
query.php
Comments: Improve caching for hierarchical queries.
2016-06-02 18:27:43 +00:00
slashes.php
Unit Tests: WP_UnitTest_Generator_Sequence needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is (it is now static).
2015-10-17 19:24:20 +00:00
template.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
walker.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
wpAllowComment.php
Comments: Do not flag a comment as a duplicate if the comment_author_email is provided but not a match.
2016-06-15 14:50:38 +00:00
wpCountComments.php
Unit Tests: after [35225], make factory a method/getter on WP_UnitTestCase and add magic methods for BC for every plugin that is extending WP_UnitTestCase and accessing the $factory instance prop.
2015-10-17 18:02:16 +00:00
wpListComments.php
Comments: In wp_list_comments(), queries with custom pagination params should obey default comment_status logic.
2016-06-08 04:00:18 +00:00
wpUpdateCommentCountNow.php
Correct usage of Covers for Tests_Update_Comment_Count_Now
2016-05-17 20:19:50 +00:00