Make WordPress Core


Ignore:
Timestamp:
08/11/2008 03:54:26 AM (16 years ago)
Author:
ryan
Message:

Separate Large and Full image sizes. Props tellyworth. fixes #7151

File:
1 edited

Legend:

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

    r7883 r8612  
    6363</fieldset></td>
    6464</tr>
     65<tr valign="top">
     66<th scope="row"><?php _e('Large size') ?></th>
     67<td><fieldset><legend class="hidden"><?php _e('Large size') ?></legend>
     68<label for="large_size_w"><?php _e('Max Width'); ?></label>
     69<input name="large_size_w" type="text" id="large_size_w" value="<?php form_option('large_size_w'); ?>" size="6" />
     70<label for="large_size_h"><?php _e('Max Height'); ?></label>
     71<input name="large_size_h" type="text" id="large_size_h" value="<?php form_option('large_size_h'); ?>" size="6" />
     72</fieldset></td>
     73</tr>
    6574</table>
    6675
Note: See TracChangeset for help on using the changeset viewer.