| author | Anthony Ly <anthonyly.com@gmail.com> |
| Mon, 19 Nov 2012 18:26:13 +0100 | |
| changeset 194 | 32102edaa81b |
| parent 136 | bde1974c263b |
| 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'); ?>