blob: caad4f2b21c37b9ffdb53ce8b081c7949ec4f74e [file] [log] [blame]
<?php
/**
* Used to be the page which displayed the registration form.
*
* This file is no longer used in WordPress and is
* deprecated.
*
* @package WordPress
* @deprecated Use wp_register() to create a registration link instead
*/
require('./wp-load.php');
wp_redirect('wp-login.php?action=register');
?>