Ticket #43594: 43594.patch
File 43594.patch, 527 bytes (added by , 7 years ago) |
---|
-
wp-signup.php
diff -Naur wp-signup.php wp-signup.php
368 368 /** 369 369 * Validate a new site signup. 370 370 * 371 * @global string $blogname The site name. 372 * @global string $blog_title The site title. 373 * @global WP_Error|string $errors 374 * @global string $domain The domain URL. 375 * @global string $path The site root path. 376 * 371 377 * @since MU (3.0.0) 372 378 * 373 379 * @return null|bool True if site signup was validated, false if error.