From cc3ed56b35c78a801b9c9351d12a35b88f67e117 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@17225 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 d2f46a38ac..a9e2880357 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'),