Changeset 32569 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 05/24/2015 07:54:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r32129 r32569 67 67 <label for="default_ping_status"> 68 68 <input name="default_ping_status" type="checkbox" id="default_ping_status" value="open" <?php checked('open', get_option('default_ping_status')); ?> /> 69 <?php _e('Allow link notifications from other blogs (pingbacks and trackbacks) '); ?></label>69 <?php _e('Allow link notifications from other blogs (pingbacks and trackbacks) on new articles'); ?></label> 70 70 <br /> 71 71 <label for="default_comment_status">
Note: See TracChangeset
for help on using the changeset viewer.