Changeset 35550
- Timestamp:
- 11/06/2015 12:27:51 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-media.php
r33915 r35550 106 106 <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th> 107 107 <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(get_option('upload_path')); ?>" class="regular-text code" /> 108 <p class="description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></p> 108 <p class="description"><?php 109 /* translators: %s: wp-content/uploads */ 110 printf( __( 'Default is %s' ), '<code>wp-content/uploads</code>' ); 111 ?></p> 109 112 </td> 110 113 </tr>
Note: See TracChangeset
for help on using the changeset viewer.