Opened 16 years ago
Closed 16 years ago
#13114 closed defect (bug) (fixed)
Deprecated functions in Akismet
| Reported by: | johnbillion | Owned by: | matt |
|---|---|---|---|
| Priority: | low | Milestone: | WordPress.org |
| Component: | Plugins | Version: | |
| Severity: | minor | Keywords: | deprecated |
| Cc: | Focuses: |
Description
Akismet uses __ngettext() which is deprecated and should be replaced with _n()
Line 932 and line 942 of akismet.php. I won't patch it as Akismet is an external.
Attachments (1)
Change History (9)
#2
@
16 years ago
Actually it's just ocurred to me that these are probably in here to maintain backwards compatibility. Feel free to close as wontfix.
#3
@
16 years ago
- Milestone Unassigned → WordPress.org site
This should be reported to the Plugins trac, It would however be nice, if someone was to handle the tickets created there for Akismet
#4
@
16 years ago
A few weeks ago, I submitted a patch to ryan that updates Akismet to use 3.0 code (while maintaining back compat to the earliest of versions). I believe it was passed onto the Akismet team at Automattic.
#5
follow-up:
↓ 6
@
16 years ago
Really? I submitted a ticket to use file level docs a year ago and if it hasn't been committed, then I'll be darned. Probably should email it to Ryan instead of depending on the Plugins Trac.
#6
in reply to: ↑ 5
@
16 years ago
Replying to jacobsantos:
Really? I submitted a ticket to use file level docs a year ago and if it hasn't been committed, then I'll be darned. Probably should email it to Ryan instead of depending on the Plugins Trac.
LOL http://plugins.trac.wordpress.org/ticket/920 I guess 19 months ago.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Oh we've got
_c()in there too (replaced by_x()). Line 951.