From 02d663acb4ba1289f300892f0da04b74d081ba97 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 6 Jan 2011 00:57:24 +0000 Subject: [PATCH] More room for your content! Increase default post edit rows as the meta boxes are all hidden by default. see #14212. git-svn-id: http://svn.automattic.com/wordpress/trunk@17225 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index d2f46a38a..a9e288035 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -217,7 +217,7 @@ function populate_options() { 'default_comment_status' => 'open', 'default_ping_status' => 'open', 'default_pingback_flag' => 1, - 'default_post_edit_rows' => 10, + 'default_post_edit_rows' => 20, 'posts_per_page' => 10, /* translators: default date format, see http://php.net/date */ 'date_format' => __('F j, Y'),