Changeset 33962 for trunk/src/wp-includes/comment.php
- Timestamp:
- 09/09/2015 02:40:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r33900 r33962 14 14 require_once( ABSPATH . WPINC . '/class-wp-comment-query.php' ); 15 15 16 /** Walker_Comment class */ 17 require_once( ABSPATH . WPINC . '/class-walker-comment.php' ); 18 16 19 /** Core comments functionality */ 17 20 require_once( ABSPATH . WPINC . '/comment-functions.php' );
Note: See TracChangeset
for help on using the changeset viewer.