Changeset 23016 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 12/04/2012 06:01:47 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r22948 r23016 72 72 if ( $set['editor_height'] < 50 ) 73 73 $set['editor_height'] = 50; 74 elseif ( $set['editor_height'] > 3000 ) 75 $set['editor_height'] = 5000; 74 76 75 77 return $set;
Note: See TracChangeset
for help on using the changeset viewer.