Changes between Initial Version and Version 3 of Ticket #25149
- Timestamp:
- 09/02/2013 02:17:44 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25149
- Property Keywords has-patch commit added
-
Ticket #25149 – Description
initial v3 1 1 Background: #20793, [comment:ticket:24210:11], [comment:ticket:22187:12] 2 2 3 There are a bunch of Multisite signup functions with `$meta = ''` as the default value, where should really be an array (and is documented as such).3 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). 4 4 5 5 [24126] and [24262] fixed this for `wp-signup.php`, we should do the same in `wp-includes/ms-functions.php` for consistency.