5000, not 3000, see #22708

git-svn-id: http://core.svn.wordpress.org/trunk@23017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2012-12-04 06:05:08 +00:00
parent f803bad096
commit debfe1021f

View File

@ -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;