-
+ F489B16CA217DBE51F33716593501338F1871E6585C9ED52C298A49B3B8C9BFABB21C0A42C39A2B0C24BAD15DD1F6CCEA6D1B9DA593E8A5FA2EF874B9BBBF638
mp-wp/wp-register.php
(0 . 0)(1 . 15)
160508 <?php
160509 /**
160510 * Used to be the page which displayed the registration form.
160511 *
160512 * This file is no longer used in WordPress and is
160513 * deprecated.
160514 *
160515 * @package WordPress
160516 * @deprecated Use wp_register() to create a registration link instead
160517 */
160518
160519 require('./wp-load.php');
160520 wp_redirect('wp-login.php?action=register');
160521
160522 ?>