Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34442, comment 1


Ignore:
Timestamp:
10/26/2015 12:02:44 AM (9 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34442, comment 1

    initial v1  
    22
    33{{{
    4     $comment_args = apply_filters( 'comment_template_query_args', $comment_args );
     4    $comment_args = apply_filters( 'comments_template_query_args', $comment_args );
    55
    66    $comment_query = new WP_Comment_Query( $comment_args );
    77}}}
     8
     9ps: it should of course be {{{comments_template()}}} in my previous post ;-)