Ticket #15583: options-discussion.diff
| File options-discussion.diff, 1.2 KB (added by , 15 years ago) |
|---|
-
options-discussion.php
39 39 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Default article settings') ?></span></legend> 40 40 <label for="default_pingback_flag"> 41 41 <input name="default_pingback_flag" type="checkbox" id="default_pingback_flag" value="1" <?php checked('1', get_option('default_pingback_flag')); ?> /> 42 <?php _e('Attempt to notify any blogs linked to from the article .') ?></label>42 <?php _e('Attempt to notify any blogs linked to from the article') ?></label> 43 43 <br /> 44 44 <label for="default_ping_status"> 45 45 <input name="default_ping_status" type="checkbox" id="default_ping_status" value="open" <?php checked('open', get_option('default_ping_status')); ?> /> 46 <?php _e('Allow link notifications from other blogs (pingbacks and trackbacks .)') ?></label>46 <?php _e('Allow link notifications from other blogs (pingbacks and trackbacks)') ?></label> 47 47 <br /> 48 48 <label for="default_comment_status"> 49 49 <input name="default_comment_status" type="checkbox" id="default_comment_status" value="open" <?php checked('open', get_option('default_comment_status')); ?> />