| [ XREF Home ] [ Index ] |
PHP Cross Reference of WordPress TrunkProvided by Yoast |
[Summary view] [Print] [Text view]
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( site_url('wp-login.php?action=register') ); 14 exit; 15 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jun 1 08:30:02 2011 |
Cross-referenced by PHPXref 0.7 Provided by Yoast and awesome WordPress Hosting |