Changeset 7991 for trunk/wp-pass.php
- Timestamp:
- 05/25/2008 03:50:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-pass.php
r7971 r7991 1 1 <?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. */ 2 10 require( dirname(__FILE__) . '/wp-load.php'); 3 11
Note: See TracChangeset
for help on using the changeset viewer.