#41652 closed defect (bug) (fixed)
i18n: Use %s placeholders in network translation string
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | administration, multisite | Cc: |
Description
In the network translation string
The constant DO_NOT_UPGRADE_GLOBAL_TABLES cannot be defined when creating a network.
the constant name can be mistakenly changes by the translator.
The best practice is to replace the DO_NOT_UPGRADE_GLOBAL_TABLES
constant with a %s
placeholder.
The patch also adds <code>
tag around the constant name.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 41923: