#11225 closed enhancement (fixed)
Mark _c() as Deprecated as people should use _x
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.9 |
| Component: | I18N | Keywords: | |
| Focuses: | Cc: |
Description
_c was the old style of including context using |.
_x is better as it uses the native gettext contexts making the translators work easier.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [12257]) Mark _c() as Deprecated people should use the new _x() instead. Fixes #11225.