Make WordPress Core

Changeset 45554


Ignore:
Timestamp:
06/20/2019 12:52:52 PM (5 years ago)
Author:
desrosj
Message:

XML-RPC: Merge similar translation strings.

Props ramiy.
Fixes #47039.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r45401 r45554  
    613613            ),
    614614            'default_comment_status'  => array(
    615                 'desc'     => __( 'Allow people to submit comments on new posts' ),
     615                'desc'     => __( 'Allow people to submit comments on new posts.' ),
    616616                'readonly' => false,
    617617                'option'   => 'default_comment_status',
    618618            ),
    619619            'default_ping_status'     => array(
    620                 'desc'     => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new posts' ),
     620                'desc'     => __( 'Allow link notifications from other blogs (pingbacks and trackbacks) on new posts.' ),
    621621                'readonly' => false,
    622622                'option'   => 'default_ping_status',
Note: See TracChangeset for help on using the changeset viewer.