Make WordPress Core


Ignore:
Timestamp:
07/30/2007 04:32:12 PM (18 years ago)
Author:
markjaquith
Message:

Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674

File:
1 edited

Legend:

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

    r5700 r5825  
    1515<table class="optiontable">
    1616<tr valign="top">
    17 <th scope="row"><?php _e('Weblog title:') ?></th>
     17<th scope="row"><?php _e('Blog title:') ?></th>
    1818<td><input name="blogname" type="text" id="blogname" value="<?php form_option('blogname'); ?>" size="40" /></td>
    1919</tr>
     
    2222<td><input name="blogdescription" type="text" id="blogdescription" style="width: 95%" value="<?php form_option('blogdescription'); ?>" size="45" />
    2323<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>
    2525</tr>
    2626<tr valign="top">
     
    6464</tr>
    6565<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>
    6767<td><input name="gmt_offset" type="text" id="gmt_offset" size="2" value="<?php form_option('gmt_offset'); ?>" />
    6868<?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.