From debfe1021fed4e0852a7d2f142a6d07b8a52df64 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 4 Dec 2012 06:05:08 +0000 Subject: [PATCH] 5000, not 3000, see #22708 git-svn-id: http://core.svn.wordpress.org/trunk@23017 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index b1053409de..e1e36abe8d 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -71,7 +71,7 @@ final class _WP_Editors { if ( $set['editor_height'] < 50 ) $set['editor_height'] = 50; - elseif ( $set['editor_height'] > 3000 ) + elseif ( $set['editor_height'] > 5000 ) $set['editor_height'] = 5000; return $set;