Ticket #12668: 12668-widgets.patch
File 12668-widgets.patch, 558 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/default-widgets.php
856 856 $comments = get_comments( apply_filters( 'widget_comments_args', array( 857 857 'number' => $number, 858 858 'status' => 'approve', 859 'post_status' => 'publish' 859 'post_status' => 'publish', 860 'type' => array( 'pingback', 'trackback', 'comment' ) 860 861 ) ) ); 861 862 862 863 $output .= $args['before_widget'];