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:
parent
7bc623ca09
commit
37d1401f33
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user