Changeset 6952 for trunk/wp-admin/options-writing.php
- Timestamp:
- 02/21/2008 06:00:15 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
r6944 r6952 55 55 ?> 56 56 </select></td> 57 </tr> 58 </table> 59 60 <h3><?php _e('Image sizes') ?></h3> 61 <p><?php _e('The sizes listed below determine the maximum dimensions to use when inserting an image into the body of a post.'); ?></p> 62 63 <table class="niceblue"> 64 <tr valign="top"> 65 <th scope="row"><?php _e('Thumbnail size:') ?></th> 66 <td> 67 <label for="thumbnail_size_w"><?php _e('Width:'); ?></label> 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> 70 <input name="thumbnail_size_h" type="text" id="thumbnail_size_h" value="<?php form_option('thumbnail_size_h'); ?>" size="6" /> 71 </td> 72 </tr> 73 <tr valign="top"> 74 <th scope="row"><?php _e('Medium size:') ?></th> 75 <td> 76 <label for="medium_size_w"><?php _e('Width:'); ?></label> 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> 79 <input name="medium_size_h" type="text" id="thumbnail_size_h" value="<?php form_option('medium_size_h'); ?>" size="6" /> 80 </td> 57 81 </tr> 58 82 </table>
Note: See TracChangeset
for help on using the changeset viewer.