Opened 12 years ago
Closed 12 years ago
#25149 closed defect (bug) (fixed)
Use an array as a default value for $meta in wpmu_* functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.7 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Multisite | Keywords: | has-patch commit |
| Focuses: | Cc: |
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.
In 25205: