Opened 14 years ago
Closed 14 years ago
#15348 closed defect (bug) (invalid)
Deprecated Function warnings in Dashboard Right Now Widget
Reported by: | gazouteast | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.0.1 |
Component: | General | Keywords: | bug, deprecated items |
Focuses: | Cc: |
Description
On a new clean install (no plugins) I'm seeing the following errors
You are using WordPress 3.0.1. Notice: clean_url is deprecated since version 3.0! Use esc_url() instead. in /home/serveruser/public_html/domainfolder/wp-includes/functions.php on line 3237 Notice: _c is deprecated since version 2.9! Use _x() instead. in /home/serveruser/public_html/domainfolder/wp-includes/functions.php on line 3237
Still not 100% sure how to report things like this, but I suspect trac is the right place? I've been growled at for posting them in the forums before.
Change History (1)
Note: See
TracTickets for help on using
tickets.
These are from Akismet. Almost positive they're handled in the 2.4 branch, but either way, they're aware that some deprecated stuff needs cleaning up.