Opened 14 years ago
Closed 14 years ago
#5991 closed defect (bug) (fixed)
Bad English in error message
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | i18n has-patch |
Focuses: | 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 (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
patch-ified solution