Opened 3 years ago
Closed 3 years ago
#11404 closed defect (bug) (fixed)
Convert use of _nc() to _nx()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | I18N | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch early |
| 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)
- Keywords early added
- Milestone changed from 2.9 to 3.0
- Owner changed from nbachiyski to westi
- Status changed from new to accepted
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.