Make WordPress Core

Ticket #38808: 38808-allow-comments.patch

File 38808-allow-comments.patch, 588 bytes (added by ramiy, 8 years ago)
  • wp-includes/class-wp-xmlrpc-server.php

     
    546546                                'option'        => 'large_size_h'
    547547                        ),
    548548                        'default_comment_status' => array(
    549                                 'desc'          => __( 'Allow people to post comments on new articles' ),
     549                                'desc'          => __( 'Allow people to post comments on new articles.' ),
    550550                                'readonly'      => false,
    551551                                'option'        => 'default_comment_status'
    552552                        ),