root/branches/2.2/wp-register.php
| Revision 4375, 251 bytes (checked in by markjaquith, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | # This file is deprecated, but you shouldn't have been linking to it directly anyway :P |
| 4 | # Use wp_register() to create a registration link instead, it's much better ;) |
| 5 | |
| 6 | require('./wp-config.php'); |
| 7 | wp_redirect('wp-login.php?action=register'); |
| 8 | |
| 9 | ?> |
Note: See TracBrowser for help on using the browser.
