Changeset 27029 for trunk/src/wp-admin/options-media.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-media.php
r26518 r27029 50 50 51 51 <table class="form-table"> 52 <tr valign="top">52 <tr> 53 53 <th scope="row"><?php _e('Thumbnail size') ?></th> 54 54 <td> … … 62 62 </tr> 63 63 64 <tr valign="top">64 <tr> 65 65 <th scope="row"><?php _e('Medium size') ?></th> 66 66 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Medium size'); ?></span></legend> … … 72 72 </tr> 73 73 74 <tr valign="top">74 <tr> 75 75 <th scope="row"><?php _e('Large size') ?></th> 76 76 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Large size'); ?></span></legend> … … 99 99 if ( get_option('upload_url_path') || ( get_option('upload_path') != 'wp-content/uploads' && get_option('upload_path') ) ) : 100 100 ?> 101 <tr valign="top">101 <tr> 102 102 <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th> 103 103 <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(get_option('upload_path')); ?>" class="regular-text code" /> … … 106 106 </tr> 107 107 108 <tr valign="top">108 <tr> 109 109 <th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th> 110 110 <td><input name="upload_url_path" type="text" id="upload_url_path" value="<?php echo esc_attr( get_option('upload_url_path')); ?>" class="regular-text code" />
Note: See TracChangeset
for help on using the changeset viewer.