Opened 16 years ago
Closed 16 years ago
#13761 closed defect (bug) (fixed)
Undefined Registration function in MS
| Reported by: | filosofo | Owned by: | filosofo |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.