Opened 8 years ago
Closed 7 years ago
#39019 closed defect (bug) (fixed)
i18n: unify error messages in XML-RPC delete methods
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
Current Messages:
wp_xmlrpc_server::wp_deletePost()
Messages: Sorry, you are not allowed to delete this post.
wp_xmlrpc_server::wp_deletePage()
Messages: Sorry, you are not allowed to delete this page.
wp_xmlrpc_server::wp_deleteTerm()
Messages: Sorry, you are not allowed to delete this term.
Updated Messages:
wp_xmlrpc_server::wp_deleteCategory()
OLD Messages: Sorry, you are not allowed to delete a category.
NEW Messages: Sorry, you are not allowed to delete this category.
wp_xmlrpc_server::wp_deleteComment()
OLD Messages: Sorry, you are not allowed to moderate or edit this comment.
NEW Messages: Sorry, you are not allowed to delete this comment.
Attachments (2)
Change History (8)
#3
@
8 years ago
- Milestone changed from Awaiting Review to 4.9
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#4
@
8 years ago
- Summary changed from i18n: unify error messages in XMLRCP delete methods to i18n: unify error messages in XML-RPC delete methods
This ticket was mentioned in Slack in #core by melchoyce. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
In 41927: