mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
XML-RPC: Merge similar translation strings.
Props ramiy. Fixes #47039. git-svn-id: https://develop.svn.wordpress.org/trunk@45554 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -612,12 +612,12 @@ class wp_xmlrpc_server extends IXR_Server {
|
||||
'option' => 'large_size_h',
|
||||
),
|
||||
'default_comment_status' => array(
|
||||
'desc' => __( 'Allow people to submit comments on new posts' ),
|
||||
'desc' => __( 'Allow people to submit comments on new posts.' ),
|
||||
'readonly' => false,
|
||||
'option' => 'default_comment_status',
|
||||
),
|
||||
'default_ping_status' => array(
|
||||
'desc' => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new posts' ),
|
||||
'desc' => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new posts.' ),
|
||||
'readonly' => false,
|
||||
'option' => 'default_ping_status',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user