Make WordPress Core


Ignore:
Timestamp:
09/26/2012 03:17:28 AM (12 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-writing.php

    r21838 r22006  
    7070
    7171<table class="form-table">
    72 <tr valign="top">
    73 <th scope="row"><label for="default_post_edit_rows"> <?php _e('Size of the post box') ?></label></th>
    74 <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" class="small-text" />
    75 <?php _e('lines') ?></td>
    76 </tr>
    7772<tr valign="top">
    7873<th scope="row"><?php _e('Formatting') ?></th>
Note: See TracChangeset for help on using the changeset viewer.