source:
trunk/www.guidonia.net/wp/wp-register.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 316 bytes |
Rev | Line | |
---|---|---|
[44] | 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 | ?> |
Note:
See TracBrowser
for help on using the repository browser.