Show
Ignore:
Timestamp:
06/13/08 17:21:00 (6 months ago)
Author:
donncha
Message:

WP Merge with revision 8075

Files:

Legend:

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

    r1069 r1328  
    11<?php 
    2 require( dirname(__FILE__) . '/wp-config.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. */ 
     10require( dirname(__FILE__) . '/wp-load.php'); 
    311 
    412if ( get_magic_quotes_gpc() )