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
This commit is contained in:
Andrew Nacin 2011-01-06 00:57:24 +00:00
parent 6a79affc88
commit cc3ed56b35

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