Opened 17 years ago
Closed 17 years ago
#11404 closed defect (bug) (fixed)
Convert use of _nc() to _nx()
| Reported by: | nacin | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | I18N | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch early |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I really want to do this.
But not this close to release - really trying to avoid unnecessary string changes.