author | ymh |
Fri, 12 Mar 2010 15:12:39 +0000 | |
changeset 2 | 4f3e6ea1c867 |
parent 1 | 0d28b7c10758 |
permissions | -rw-r--r-- |
<?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'); ?>