- Timestamp:
- 12/05/2016 08:15:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r39488 r39508 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
Note: See TracChangeset
for help on using the changeset viewer.