mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
Improve description for link notification option.
Makes it clear that the option only applies to new articles. Props chriscct7. Fixes #22961. git-svn-id: https://develop.svn.wordpress.org/trunk@32569 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -512,7 +512,7 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
'option' => 'default_comment_status'
|
||||
),
|
||||
'default_ping_status' => array(
|
||||
'desc' => __( 'Allow link notifications from other blogs (pingbacks and trackbacks)' ),
|
||||
'desc' => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new articles' ),
|
||||
'readonly' => false,
|
||||
'option' => 'default_ping_status'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user