Changeset 11133 for trunk/wp-admin/options-general.php
- Timestamp:
- 04/30/2009 02:33:22 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-general.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r11110 r11133 66 66 <th scope="row"><label for="blogdescription"><?php _e('Tagline') ?></label></th> 67 67 <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> 69 69 </tr> 70 70 <tr valign="top"> … … 75 75 <th scope="row"><label for="home"><?php _e('Blog address (URL)') ?></label></th> 76 76 <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> 78 78 </tr> 79 79 <tr valign="top"> 80 80 <th scope="row"><label for="admin_email"><?php _e('E-mail address') ?> </label></th> 81 81 <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> 83 83 </tr> 84 84 <tr valign="top"> … … 130 130 <span id="local-time"><?php printf(__('UTC %1$s is <code>%2$s</code>'), $current_offset_name, date_i18n($time_format)); ?></span> 131 131 <?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> 134 134 </td> 135 135 <?php … … 154 154 <span id="local-time"><?php printf(__('Local time is <code>%1$s</code>'), date_i18n($timezone_format)); ?></span> 155 155 <?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> 158 158 <br /> 159 159 <span>
Note: See TracChangeset
for help on using the changeset viewer.