Make WordPress Core


Ignore:
Timestamp:
02/14/2008 05:19:39 AM (19 years ago)
Author:
ryan
Message:

Styling updates for settings. see #5851

File:
1 edited

Legend:

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

    r6838 r6841  
    1616<table class="niceblue">
    1717<tr valign="top">
    18 <th scope="row"><?php _e('Store uploads in this folder'); ?>:</th>
     18<th scope="row"><?php _e('Store uploads in this folder'); ?></th>
    1919<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" />
    2020<br />
     
    2424
    2525<tr valign="top">
    26 <th scope="row"><?php _e('Full URL path to files (optional)'); ?>:</th>
     26<th scope="row"><?php _e('Full URL path to files (optional)'); ?></th>
    2727<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" />
    2828</td>
Note: See TracChangeset for help on using the changeset viewer.