Changeset 36362 for branches/4.4/src/wp-includes/comment-template.php
- Timestamp:
- 01/20/2016 08:32:00 AM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/comment-template.php
r36360 r36362 1323 1323 'orderby' => false, 1324 1324 'post_id' => $post->ID, 1325 'parent' => 0,1326 1325 'status' => 'approve', 1327 1326 ); 1327 1328 if ( $comment_args['hierarchical'] ) { 1329 $top_level_args['parent'] = 0; 1330 } 1328 1331 1329 1332 if ( isset( $comment_args['include_unapproved'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.