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
This commit is contained in:
nacin 2011-01-06 00:57:24 +00:00
parent cc81b6adf0
commit 02d663acb4
1 changed files with 1 additions and 1 deletions

View File

@ -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'),