Changeset 21852 for trunk/wp-admin/options-media.php
- Timestamp:
- 09/14/2012 09:00:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-media.php
r20605 r21852 122 122 <h3><?php _e('Uploading Files'); ?></h3> 123 123 <table class="form-table"> 124 <?php 125 // If upload_url_path is not the default (empty), and upload_path is not the default ('wp-content/uploads' or empty) 126 if ( get_option('upload_url_path') || ( get_option('upload_path') != 'wp-content/uploads' && get_option('upload_path') ) ) : 127 ?> 124 128 <tr valign="top"> 125 129 <th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th> … … 135 139 </td> 136 140 </tr> 137 141 <?php endif; ?> 138 142 <tr> 139 143 <th scope="row" colspan="2" class="th-full">
Note: See TracChangeset
for help on using the changeset viewer.