Opened 18 years ago
Closed 18 years ago
#5991 closed defect (bug) (fixed)
Bad English in error message
| Reported by: | thenlich | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | i18n has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
patch-ified solution