Opened 13 years ago
Closed 13 years ago
#25149 closed defect (bug) (fixed)
Use an array as a default value for $meta in wpmu_* functions
| Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description (last modified by )
Background: #20793, ticket:24210:11, ticket:22187:12
There are a bunch of Multisite signup functions with $meta = '' as the default value, where it should really be an array (and is documented as such).
[24126] and [24262] fixed this for wp-signup.php, we should do the same in wp-includes/ms-functions.php for consistency.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 25205: