Ticket #44069: 44069.1.diff
| File 44069.1.diff, 515 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/class-wp-editor.php
diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php index b9ba53b..4c4dc6b 100644
a b final class _WP_Editors { 1615 1615 'suppress_filters' => true, 1616 1616 'update_post_term_cache' => false, 1617 1617 'update_post_meta_cache' => false, 1618 'post_status' => 'publish',1618 'post_status' => array( 'publish', 'private' ), 1619 1619 'posts_per_page' => 20, 1620 1620 ); 1621 1621