Changeset 34660 for trunk/src/wp-includes/comment-functions.php
- Timestamp:
- 09/28/2015 03:09:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-functions.php
r34561 r34660 878 878 $comment_args = array( 879 879 'type' => $args['type'], 880 'post_ ID' => $comment->comment_post_ID,880 'post_id' => $comment->comment_post_ID, 881 881 'fields' => 'ids', 882 882 'status' => 'approve',
Note: See TracChangeset
for help on using the changeset viewer.