author | ymh@caf4f556-3d62-0410-8435-a86758001935 |
Wed, 03 Mar 2010 14:49:38 +0000 | |
changeset 155 | 85b7b80973f4 |
parent 136 | bde1974c263b |
permissions | -rw-r--r-- |
136 | 1 |
<?php |
2 |
/** |
|
3 |
* Used to be the page which displayed the registration form. |
|
4 |
* |
|
5 |
* This file is no longer used in WordPress and is |
|
6 |
* deprecated. |
|
7 |
* |
|
8 |
* @package WordPress |
|
9 |
* @deprecated Use wp_register() to create a registration link instead |
|
10 |
*/ |
|
11 |
||
12 |
require('./wp-load.php'); |
|
13 |
wp_redirect('wp-login.php?action=register'); |
|
14 |
||
15 |
?> |