#10662 closed defect (bug) (fixed)
Call to undefined function _wp_get_user_contactmethods() during registration
Reported by: | ProDevStudio | Owned by: | westi |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Role/Capability | Keywords: | |
Focuses: | Cc: |
Description
Fatal error: Call to undefined function _wp_get_user_contactmethods() in {path-to}/wp-includes/registration.php on line 201
I am using the trunk version and call to _wp_get_user_contactmethods() function is in the trac version of the trunk as-well.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [11852]) Move _wp_get_user_contactmethods() into the registrations functions file so it is always available when required. Fixes #10662.