Walker_Comment should be in its own file. Loaded now via wp-includes/comment.php, which makes it 100% BC.

See #33413.


git-svn-id: https://develop.svn.wordpress.org/trunk@33962 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-09-09 02:40:53 +00:00
parent 95247e5bd8
commit 8088ffafd6
3 changed files with 355 additions and 344 deletions

View File

@@ -13,5 +13,8 @@ require_once( ABSPATH . WPINC . '/class-wp-comment.php' );
/** WP_Comment_Query class */
require_once( ABSPATH . WPINC . '/class-wp-comment-query.php' );
/** Walker_Comment class */
require_once( ABSPATH . WPINC . '/class-walker-comment.php' );
/** Core comments functionality */
require_once( ABSPATH . WPINC . '/comment-functions.php' );