5000, not 3000, see #22708

git-svn-id: https://develop.svn.wordpress.org/trunk@23017 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-12-04 06:05:08 +00:00
parent 7bc623ca09
commit 37d1401f33
1 changed files with 1 additions and 1 deletions

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;