Changeset 5825 for trunk/wp-admin/options-general.php
- Timestamp:
- 07/30/2007 04:32:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r5700 r5825 15 15 <table class="optiontable"> 16 16 <tr valign="top"> 17 <th scope="row"><?php _e(' Weblog title:') ?></th>17 <th scope="row"><?php _e('Blog title:') ?></th> 18 18 <td><input name="blogname" type="text" id="blogname" value="<?php form_option('blogname'); ?>" size="40" /></td> 19 19 </tr> … … 22 22 <td><input name="blogdescription" type="text" id="blogdescription" style="width: 95%" value="<?php form_option('blogdescription'); ?>" size="45" /> 23 23 <br /> 24 <?php _e('In a few words, explain what this weblog is about.') ?></td>24 <?php _e('In a few words, explain what this blog is about.') ?></td> 25 25 </tr> 26 26 <tr valign="top"> … … 64 64 </tr> 65 65 <tr> 66 <th scope="row"><?php _e('Times in the weblog should differ by:') ?> </th>66 <th scope="row"><?php _e('Times in the blog should differ by:') ?> </th> 67 67 <td><input name="gmt_offset" type="text" id="gmt_offset" size="2" value="<?php form_option('gmt_offset'); ?>" /> 68 68 <?php _e('hours') ?> (<?php _e('Your timezone offset, for example <code>-6</code> for Central Time.'); ?>)</td>
Note: See TracChangeset
for help on using the changeset viewer.