Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#11225 closed enhancement (fixed)

Mark _c() as Deprecated as people should use _x

Reported by: westi's profile westi Owned by: westi's profile westi
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)

#1 @westi
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [12257]) Mark _c() as Deprecated people should use the new _x() instead. Fixes #11225.

#2 @Lazy79
16 years ago

akismet needs an little change from _c() to _x(), too.. (?)

#3 @ryan
16 years ago

Akismet supports WP versions back to the beginning of time. We should probably branch it at some point and bring it up-to-date with best practices.

Note: See TracTickets for help on using tickets.