Changeset 6978 for trunk/wp-admin/options-writing.php
- Timestamp:
- 02/22/2008 07:43:06 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r6952 r6978 63 63 <table class="niceblue"> 64 64 <tr valign="top"> 65 <th scope="row"><?php _e('Thumbnail size :') ?></th>65 <th scope="row"><?php _e('Thumbnail size') ?></th> 66 66 <td> 67 <label for="thumbnail_size_w"><?php _e('Width :'); ?></label>67 <label for="thumbnail_size_w"><?php _e('Width'); ?></label> 68 68 <input name="thumbnail_size_w" type="text" id="thumbnail_size_w" value="<?php form_option('thumbnail_size_w'); ?>" size="6" /> 69 <label for="thumbnail_size_h"><?php _e('Height :'); ?></label>69 <label for="thumbnail_size_h"><?php _e('Height'); ?></label> 70 70 <input name="thumbnail_size_h" type="text" id="thumbnail_size_h" value="<?php form_option('thumbnail_size_h'); ?>" size="6" /> 71 71 </td> 72 72 </tr> 73 73 <tr valign="top"> 74 <th scope="row"><?php _e('Medium size :') ?></th>74 <th scope="row"><?php _e('Medium size') ?></th> 75 75 <td> 76 <label for="medium_size_w"><?php _e('Width :'); ?></label>76 <label for="medium_size_w"><?php _e('Width'); ?></label> 77 77 <input name="medium_size_w" type="text" id="medium_size_w" value="<?php form_option('medium_size_w'); ?>" size="6" /> 78 <label for="medium_size_h"><?php _e('Height :'); ?></label>78 <label for="medium_size_h"><?php _e('Height'); ?></label> 79 79 <input name="medium_size_h" type="text" id="thumbnail_size_h" value="<?php form_option('medium_size_h'); ?>" size="6" /> 80 80 </td>
Note: See TracChangeset
for help on using the changeset viewer.