Changes between Initial Version and Version 1 of Ticket #34442, comment 1
- Timestamp:
- 10/26/2015 12:02:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34442, comment 1
initial v1 2 2 3 3 {{{ 4 $comment_args = apply_filters( 'comment _template_query_args', $comment_args );4 $comment_args = apply_filters( 'comments_template_query_args', $comment_args ); 5 5 6 6 $comment_query = new WP_Comment_Query( $comment_args ); 7 7 }}} 8 9 ps: it should of course be {{{comments_template()}}} in my previous post ;-)