Make WordPress Core


Ignore:
Timestamp:
05/24/2015 07:54:06 AM (10 years ago)
Author:
obenland
Message:

Improve description for link notification option.

Makes it clear that the option only applies to new articles.

Props chriscct7.
Fixes #22961.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r32129 r32569  
    6767<label for="default_ping_status">
    6868<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>
    7070<br />
    7171<label for="default_comment_status">
Note: See TracChangeset for help on using the changeset viewer.