Ticket #5991 (closed defect (bug): fixed)
Bad English in error message
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | i18n has-patch |
| Cc: |
Description
In xmlrpc.php:695
if( !current_user_can( 'edit_posts' ) ) {
return new IXR_Error( 403, __( 'You are not allowed details about comments.' ) );
}
the string 'You are not allowed details about comments.' is not correct. It probably should be 'You are not allowed access to details about comments.'
Attachments
Change History
comment:1
nbachiyski — 4 years ago
- Keywords i18n added
- Component changed from General to i18n
- Milestone changed from 2.6 to 2.5
Note: See
TracTickets for help on using
tickets.

