Changeset 45554
- Timestamp:
- 06/20/2019 12:52:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r45401 r45554 613 613 ), 614 614 'default_comment_status' => array( 615 'desc' => __( 'Allow people to submit comments on new posts ' ),615 'desc' => __( 'Allow people to submit comments on new posts.' ), 616 616 'readonly' => false, 617 617 'option' => 'default_comment_status', 618 618 ), 619 619 '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.' ), 621 621 'readonly' => false, 622 622 'option' => 'default_ping_status',
Note: See TracChangeset
for help on using the changeset viewer.