~katiekitty/+junk/wordpress-byet

« back to all changes in this revision

Viewing changes to wp-admin/options-misc.php

  • Committer: kserver
  • Date: 2010-05-15 01:16:36 UTC
  • Revision ID: kserver@kserver-desktop-20100515011636-mnr1j7t637suptdq
Wordpress 2.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
<table class="form-table">
31
31
<tr valign="top">
32
32
<th scope="row"><label for="upload_path"><?php _e('Store uploads in this folder'); ?></label></th>
33
 
<td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(str_replace(ABSPATH, '', get_option('upload_path'))); ?>" class="regular-text code" />
 
33
<td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr(get_option('upload_path')); ?>" class="regular-text code" />
34
34
<span class="description"><?php _e('Default is <code>wp-content/uploads</code>'); ?></span>
35
35
</td>
36
36
</tr>
63
63
</label>
64
64
</th>
65
65
</tr>
66
 
<tr>
67
66
 
68
67
</table>
69
68