Opened 10 years ago
Closed 9 years ago
#39019 closed defect (bug) (fixed)
i18n: unify error messages in XML-RPC delete methods
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9 |
| Component: | I18N | Version: | 4.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 41927: