Changeset 36275 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 01/13/2016 03:12:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r36272 r36275 1324 1324 'orderby' => false, 1325 1325 'post_id' => $post->ID, 1326 'parent' => 0,1327 1326 'status' => 'approve', 1328 1327 ); 1328 1329 if ( $comment_args['hierarchical'] ) { 1330 $top_level_args['parent'] = 0; 1331 } 1329 1332 1330 1333 if ( isset( $comment_args['include_unapproved'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.