mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
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:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user