Opened 15 years ago
Closed 15 years ago
#11404 closed defect (bug) (fixed)
Convert use of _nc() to _nx()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | I18N | Keywords: | has-patch early |
Focuses: | Cc: |
Description
_c() was deprecated for _x(). Core still uses _nc() in one spot, however. Patch moves that over to _nx().
Patch also formally deprecates _nc() and moves it to deprecated.php, next to its sibling _c().
I imagine other deprecated moves can be handled in #11388 for 3.0.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
I really want to do this.
But not this close to release - really trying to avoid unnecessary string changes.