Changeset 5825 for trunk/wp-admin/options-discussion.php
- Timestamp:
- 07/30/2007 04:32:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-discussion.php
r4740 r5825 19 19 <label for="default_pingback_flag"> 20 20 <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> 22 22 </li> 23 23 <li> 24 24 <label for="default_ping_status"> 25 25 <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> 27 27 </li> 28 28 <li>
Note: See TracChangeset
for help on using the changeset viewer.