Changeset 39509 for branches/4.7
- Timestamp:
- 12/05/2016 08:17:06 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r39489 r39509 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.