Ticket #39013: 39013.patch
| File 39013.patch, 671 bytes (added by , 10 years ago) |
|---|
-
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
446 446 } 447 447 448 448 if ( ! comments_open( $post->ID ) ) { 449 return new WP_Error( 'rest_comment_closed', __( 'Sorry, comments are closed on this post.' ), array( 'status' => 403 ) );449 return new WP_Error( 'rest_comment_closed', __( 'Sorry, comments are closed for this item.' ), array( 'status' => 403 ) ); 450 450 } 451 451 452 452 return true;
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)