root/tags/2.1.2/wp-register.php

Revision 4375, 251 bytes (checked in by markjaquith, 2 years ago)

"Code is Poetry" by Viper007Bond. fixes #3230

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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.