Make WordPress Core

Ticket #1998: boxsize.diff

File boxsize.diff, 760 bytes (added by tysontate, 19 years ago)

Widens box to 2.5em.

  • options-writing.php

     
    1313<table width="100%" cellspacing="2" cellpadding="5" class="editform">
    1414<tr valign="top">
    1515<th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th>
    16 <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; " />
     16<td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 2.5em; " />
    1717<?php _e('lines') ?></td>
    1818</tr>
    1919<tr valign="top">