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-discussion.php

    r4740 r5825  
    1919<label for="default_pingback_flag">
    2020<input name="default_pingback_flag" type="checkbox" id="default_pingback_flag" value="1" <?php checked('1', get_option('default_pingback_flag')); ?> />
    21 <?php _e('Attempt to notify any Weblogs linked to from the article (slows down posting.)') ?></label>
     21<?php _e('Attempt to notify any blogs linked to from the article (slows down posting.)') ?></label>
    2222</li>
    2323<li>
    2424<label for="default_ping_status">
    2525<input name="default_ping_status" type="checkbox" id="default_ping_status" value="open" <?php checked('open', get_option('default_ping_status')); ?> />
    26 <?php _e('Allow link notifications from other Weblogs (pingbacks and trackbacks.)') ?></label>
     26<?php _e('Allow link notifications from other blogs (pingbacks and trackbacks.)') ?></label>
    2727</li>
    2828<li>
Note: See TracChangeset for help on using the changeset viewer.