mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Tidy up the text which describes pingbacks. Fixes #12504 props scribu.
git-svn-id: https://develop.svn.wordpress.org/trunk@13672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fe8462294a
commit
09fdceae63
@ -31,7 +31,7 @@ include('admin-header.php');
|
||||
<td><fieldset><legend class="screen-reader-text"><span><?php _e('Default article settings') ?></span></legend>
|
||||
<label for="default_pingback_flag">
|
||||
<input name="default_pingback_flag" type="checkbox" id="default_pingback_flag" value="1" <?php checked('1', get_option('default_pingback_flag')); ?> />
|
||||
<?php _e('Attempt to notify any blogs linked to from the article (slows down posting.)') ?></label>
|
||||
<?php _e('Attempt to notify any blogs linked to from the article.') ?></label>
|
||||
<br />
|
||||
<label for="default_ping_status">
|
||||
<input name="default_ping_status" type="checkbox" id="default_ping_status" value="open" <?php checked('open', get_option('default_ping_status')); ?> />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user