Changeset 10150 for trunk/wp-admin/options-media.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-media.php
r10009 r10150 19 19 <div class="wrap"> 20 20 <?php screen_icon(); ?> 21 <h2><?php echo wp_specialchars( $title ); ?></h2> 21 <h2><?php echo wp_specialchars( $title ); ?></h2> 22 22 23 23 <form action="options.php" method="post"> … … 50 50 </tr> 51 51 52 <tr valign="top"> 53 <th scope="row"><?php _e('Large size') ?></th> 54 <td><fieldset><legend class="hidden"><?php _e('Large size') ?></legend> 55 <label for="large_size_w"><?php _e('Max Width'); ?></label> 56 <input name="large_size_w" type="text" id="large_size_w" value="<?php form_option('large_size_w'); ?>" class="small-text" /> 57 <label for="large_size_h"><?php _e('Max Height'); ?></label> 58 <input name="large_size_h" type="text" id="large_size_h" value="<?php form_option('large_size_h'); ?>" class="small-text" /> 59 </fieldset></td> 60 </tr> 52 <tr valign="top"> 53 <th scope="row"><?php _e('Large size') ?></th> 54 <td><fieldset><legend class="hidden"><?php _e('Large size') ?></legend> 55 <label for="large_size_w"><?php _e('Max Width'); ?></label> 56 <input name="large_size_w" type="text" id="large_size_w" value="<?php form_option('large_size_w'); ?>" class="small-text" /> 57 <label for="large_size_h"><?php _e('Max Height'); ?></label> 58 <input name="large_size_h" type="text" id="large_size_h" value="<?php form_option('large_size_h'); ?>" class="small-text" /> 59 </fieldset></td> 60 </tr> 61 61 62 62 <?php do_settings_fields('media', 'default'); ?>
Note: See TracChangeset
for help on using the changeset viewer.