Show
Ignore:
Timestamp:
05/25/08 15:50:15 (3 months ago)
Author:
ryan
Message:

File file level phpdoc from jacobsantos. see #7037

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-register.php

    r7971 r7991  
    11<?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 ;) 
     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 */ 
    511 
    612require('./wp-load.php');