#10662 closed defect (bug) (fixed)
Call to undefined function _wp_get_user_contactmethods() during registration
| Reported by: | ProDevStudio | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Role/Capability | Version: | 2.9 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [11852]) Move _wp_get_user_contactmethods() into the registrations functions file so it is always available when required. Fixes #10662.