Make WordPress Core


Ignore:
Timestamp:
09/09/2015 02:40:53 AM (10 years ago)
Author:
wonderboymusic
Message:

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

See #33413.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r33900 r33962  
    1414require_once( ABSPATH . WPINC . '/class-wp-comment-query.php' );
    1515
     16/** Walker_Comment class */
     17require_once( ABSPATH . WPINC . '/class-walker-comment.php' );
     18
    1619/** Core comments functionality */
    1720require_once( ABSPATH . WPINC . '/comment-functions.php' );
Note: See TracChangeset for help on using the changeset viewer.