Make WordPress Core


Ignore:
Timestamp:
04/30/2009 02:33:22 AM (17 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-general.php

    r11110 r11133  
    6666<th scope="row"><label for="blogdescription"><?php _e('Tagline') ?></label></th>
    6767<td><input name="blogdescription" type="text" id="blogdescription"  value="<?php form_option('blogdescription'); ?>" class="regular-text" />
    68 <span class="setting-description"><?php _e('In a few words, explain what this blog is about.') ?></span></td>
     68<span class="description"><?php _e('In a few words, explain what this blog is about.') ?></span></td>
    6969</tr>
    7070<tr valign="top">
     
    7575<th scope="row"><label for="home"><?php _e('Blog address (URL)') ?></label></th>
    7676<td><input name="home" type="text" id="home" value="<?php form_option('home'); ?>" class="regular-text code<?php if ( defined( 'WP_HOME' ) ) : ?> disabled" disabled="disabled"<?php else: ?>"<?php endif; ?> />
    77 <span class="setting-description"><?php _e('Enter the address here if you want your blog homepage <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different from the directory</a> you installed WordPress.'); ?></span></td>
     77<span class="description"><?php _e('Enter the address here if you want your blog homepage <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different from the directory</a> you installed WordPress.'); ?></span></td>
    7878</tr>
    7979<tr valign="top">
    8080<th scope="row"><label for="admin_email"><?php _e('E-mail address') ?> </label></th>
    8181<td><input name="admin_email" type="text" id="admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text" />
    82 <span class="setting-description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span></td>
     82<span class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span></td>
    8383</tr>
    8484<tr valign="top">
     
    130130    <span id="local-time"><?php printf(__('UTC %1$s is <code>%2$s</code>'), $current_offset_name, date_i18n($time_format)); ?></span>
    131131<?php endif; ?>
    132 <br/>
    133 <span class="setting-description"><?php _e('Unfortunately, you have to manually update this for Daylight Savings Time. Lame, we know, but will be fixed in the future.'); ?></span>
     132<br />
     133<span class="description"><?php _e('Unfortunately, you have to manually update this for Daylight Savings Time. Lame, we know, but will be fixed in the future.'); ?></span>
    134134</td>
    135135<?php
     
    154154    <span id="local-time"><?php printf(__('Local time is <code>%1$s</code>'), date_i18n($timezone_format)); ?></span>
    155155<?php endif; ?>
    156 <br/>
    157 <span class="setting-description"><?php _e('Choose a city in the same timezone as you.'); ?></span>
     156<br />
     157<span class="description"><?php _e('Choose a city in the same timezone as you.'); ?></span>
    158158<br />
    159159<span>
Note: See TracChangeset for help on using the changeset viewer.