Changeset 39310
- Timestamp:
- 11/19/2016 01:51:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r39309 r39310 385 385 return new WP_Error( 'rest_comment_invalid_author_ip', 386 386 /* translators: %s: request parameter */ 387 sprintf( __( "Sorry, you are not allowed to edit '%s' for comments." , 'author_ip' )),387 sprintf( __( "Sorry, you are not allowed to edit '%s' for comments." ), 'author_ip' ), 388 388 array( 'status' => rest_authorization_required_code() ) 389 389 );
Note: See TracChangeset
for help on using the changeset viewer.