Ticket #45883: 45883.1.diff
| File 45883.1.diff, 543 bytes (added by , 7 years ago) |
|---|
-
src/wp-includes/widgets/class-wp-widget-recent-posts.php
diff --git a/src/wp-includes/widgets/class-wp-widget-recent-posts.php b/src/wp-includes/widgets/class-wp-widget-recent-posts.php index c137849..f08fc8d 100644
a b class WP_Widget_Recent_Posts extends WP_Widget { 73 73 array( 74 74 'posts_per_page' => $number, 75 75 'no_found_rows' => true, 76 'post_status' => 'publish',77 76 'ignore_sticky_posts' => true, 78 77 ), 79 78 $instance