#35674 closed defect (bug) (fixed)
Move the "Caution:" prefix out of the strings (wp-admin/includes/network.php)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
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)
#1
@
10 years ago
- Keywords has-patch added
- Summary changed from Move the "Warning:" prefix out of the strings (wp-admin/includes/network.php) to Move the "Caution:" prefix out of the strings (wp-admin/includes/network.php)
Note: See
TracTickets for help on using
tickets.
In 36690: