Opened 11 years ago
Closed 11 years ago
#25441 closed defect (bug) (invalid)
Deprecation warning with WP_DEBUG=true
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I set WP_DEBUG to true to debug one of my plugins and got this deprecation warning on the site and in the dashboard.
Notice: registration.php is deprecated since version 3.1 with no alternative available. This file no longer needs to be included. in .../wp-includes/functions.php on line 2949
Change History (1)
Note: See
TracTickets for help on using
tickets.
The notice is coming from a plugin or theme, not core.
Something is including a deprecated file. Try Debug Bar or Log Deprecated Notices to find the culprit.