Ticket #25168: 25168.patch
| File 25168.patch, 498 bytes (added by , 12 years ago) |
|---|
-
wp-includes/class-wp-editor.php
785 785 'suppress_filters' => true, 786 786 'update_post_term_cache' => false, 787 787 'update_post_meta_cache' => false, 788 'post_status' => 'publish ',788 'post_status' => 'publish,future', 789 789 'order' => 'DESC', 790 790 'orderby' => 'post_date', 791 791 'posts_per_page' => 20,