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-includes/class-wp-xmlrpc-server.php

    r32568 r32569  
    513513            ),
    514514            'default_ping_status' => array(
    515                 'desc'          => __( 'Allow link notifications from other blogs (pingbacks and trackbacks)' ),
     515                'desc'          => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new articles' ),
    516516                'readonly'      => false,
    517517                'option'        => 'default_ping_status'
Note: See TracChangeset for help on using the changeset viewer.