Remove the 'Size of the post box' (default_post_edit_rows) option. This will instead be handled by a user cookie tracking the resizing of both TinyMCE and the main textarea. see #21718.
git-svn-id: http://core.svn.wordpress.org/trunk@22006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2764,7 +2764,6 @@ function sanitize_option($option, $value) {
|
||||
case 'medium_size_h':
|
||||
case 'large_size_w':
|
||||
case 'large_size_h':
|
||||
case 'default_post_edit_rows':
|
||||
case 'mailserver_port':
|
||||
case 'comment_max_links':
|
||||
case 'page_on_front':
|
||||
|
||||
@@ -11,7 +11,7 @@ $wp_version = '3.5-alpha-21989';
|
||||
*
|
||||
* @global int $wp_db_version
|
||||
*/
|
||||
$wp_db_version = 21998;
|
||||
$wp_db_version = 22006;
|
||||
|
||||
/**
|
||||
* Holds the TinyMCE version
|
||||
|
||||
Reference in New Issue
Block a user