Make WordPress Core


Ignore:
Timestamp:
04/30/2009 02:33:22 AM (16 years ago)
Author:
azaozz
Message:

Add some help for the widgets screen, make css class .description usable everywhere, fixes #5859

File:
1 edited

Legend:

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

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