Opened 14 years ago
Closed 14 years ago
#13761 closed defect (bug) (fixed)
Undefined Registration function in MS
Reported by: | filosofo | Owned by: | filosofo |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Multisite | Keywords: | needs-patch |
Focuses: | Cc: |
Description (last modified by )
Several global multisite functions, defined in wp-includes/ms-functions.php
, call WP functions (such as username_exists
) that are defined in wp-includes/registration.php
and hence are not defined by default in wp-includes/ms-functions.php
.
Patch includes the required registration.php
file where needed if not already included.
Attachments (1)
Change History (8)
#3
@
14 years ago
- Milestone changed from 3.0 to 3.1
Let's move everything into user.php and deprecate registration.php in 3.1.
#4
@
14 years ago
- Milestone changed from Awaiting Triage to 3.1
- Owner set to filosofo
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
I think username_exists() and some other functions should eventually move to user.php. In the meantime, do we really need to worry about this? Those functions are only called from wp-signup.php, which includes registration.php.