Make WordPress Core

Changeset 7991 for trunk/wp-pass.php


Ignore:
Timestamp:
05/25/2008 03:50:15 PM (16 years ago)
Author:
ryan
Message:

File file level phpdoc from jacobsantos. see #7037

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.