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

File file level phpdoc from jacobsantos. see #7037

Files:

Legend:

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

    r7971 r7991  
    11<?php 
     2/** 
     3 * Creates the password cookie and redirects back to where the 
     4 * visitor was before. 
     5 * 
     6 * @package WordPress 
     7 */ 
     8 
     9/** Make sure that the WordPress bootstrap has ran before continuing. */ 
    210require( dirname(__FILE__) . '/wp-load.php'); 
    311