Make WordPress Core

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 SergeyBiryukov)

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)

25149.patch (3.6 KB ) - added by SergeyBiryukov 13 years ago.

Download all attachments as: .zip

Change History (5)

#1 @SergeyBiryukov
13 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
13 years ago

  • Keywords commit added

#3 @SergeyBiryukov
13 years ago

  • Description modified (diff)

#4 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 25205:

Use an array as a default value for $meta in multisite signup-related functions. fixes #25149.

Note: See TracTickets for help on using tickets.