Make WordPress Core


Ignore:
Timestamp:
09/28/2015 03:09:34 PM (10 years ago)
Author:
boonebgorges
Message:

Use correct 'page_id' parameter in get_page_of_comment().

See #34057.

File:
1 edited

Legend:

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

    r34561 r34660  
    878878    $comment_args = array(
    879879        'type'       => $args['type'],
    880         'post_ID'    => $comment->comment_post_ID,
     880        'post_id'    => $comment->comment_post_ID,
    881881        'fields'     => 'ids',
    882882        'status'     => 'approve',
Note: See TracChangeset for help on using the changeset viewer.