Changeset 21860
- Timestamp:
- 09/15/2012 08:05:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r21853 r21860 609 609 } 610 610 611 $result = array('domain' => $mydomain, 'path' => $path, 'blogname' => $blogname, 'blog_title' => $blog_title, ' errors' => $errors);611 $result = array('domain' => $mydomain, 'path' => $path, 'blogname' => $blogname, 'blog_title' => $blog_title, 'user' => $user, 'errors' => $errors); 612 612 return apply_filters('wpmu_validate_blog_signup', $result); 613 613 } … … 1875 1875 /** 1876 1876 * Formats a URL to use https. 1877 * 1877 * 1878 1878 * Useful as a filter. 1879 1879 *
Note: See TracChangeset
for help on using the changeset viewer.