- Timestamp:
- 08/17/2018 01:50:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-recent-comments.php
r42343 r43571 98 98 $comments = get_comments( 99 99 apply_filters( 100 'widget_comments_args', array( 100 'widget_comments_args', 101 array( 101 102 'number' => $number, 102 103 'status' => 'approve', 103 104 'post_status' => 'publish', 104 ), $instance 105 ), 106 $instance 105 107 ) 106 108 );
Note: See TracChangeset
for help on using the changeset viewer.