Make WordPress Core

Ticket #25168: 25168.patch

File 25168.patch, 498 bytes (added by thewanderingbrit, 12 years ago)

Proposed patch for #25168

  • wp-includes/class-wp-editor.php

     
    785785                        'suppress_filters' => true,
    786786                        'update_post_term_cache' => false,
    787787                        'update_post_meta_cache' => false,
    788                         'post_status' => 'publish',
     788                        'post_status' => 'publish,future',
    789789                        'order' => 'DESC',
    790790                        'orderby' => 'post_date',
    791791                        'posts_per_page' => 20,