#35674 closed defect (bug) (fixed)
Move the "Caution:" prefix out of the strings (wp-admin/includes/network.php)
| Reported by: | ramiy | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
When wordpress presents an ERROR: or a Warning: message, the prefix is in a separate string.
This is the best practice for all wordpress messages.
Same principle should be applied to Caution: messages.
The attached patch is moving the Caution: prefix into a separate translation string.
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)
In 36690: