Make WordPress Core


Ignore:
Timestamp:
10/28/2008 10:07:39 PM (16 years ago)
Author:
westi
Message:

Move inline styles to the stylesheets. Fixes #7985 props Speedboxer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-misc.php

    r9369 r9390  
    2929<tr valign="top">
    3030<th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th>
    31 <td><input name="upload_path" type="text" id="upload_path" class="code" value="<?php echo attribute_escape(str_replace(ABSPATH, '', get_option('upload_path'))); ?>" size="40" />
     31<td><input name="upload_path" type="text" id="upload_path" value="<?php echo attribute_escape(str_replace(ABSPATH, '', get_option('upload_path'))); ?>" class="regular-text code" />
    3232<span class="setting-description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></span>
    3333</td>
     
    3636<tr valign="top">
    3737<th scope="row"><label for="upload_url_path"><?php _e('Full URL path to files'); ?></label></th>
    38 <td><input name="upload_url_path" type="text" id="upload_url_path" class="code" value="<?php echo attribute_escape( get_option('upload_url_path')); ?>" size="40" />
     38<td><input name="upload_url_path" type="text" id="upload_url_path" value="<?php echo attribute_escape( get_option('upload_url_path')); ?>" class="regular-text code" />
    3939<span class="setting-description"><?php _e('Configuring this is optional by default it should be blank'); ?></span>
    4040</td>
Note: See TracChangeset for help on using the changeset viewer.