Changeset 7992
- Timestamp:
- 05/25/08 20:33:13 (5 months ago)
- Files:
-
- trunk/index.php (modified) (1 diff)
- trunk/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index.php
r7991 r7992 1 1 <?php 2 2 /** 3 * Front to the WordPress application. Most of WordPress is loaded through this 4 * file. This file doesn't do anything, but loads the file which does and tells 5 * WordPress to load the theme. 3 * Front to the WordPress application. This file doesn't do anything, but loads 4 * wp-blog-header.php which does and tells WordPress to load the theme. 6 5 * 7 6 * @package WordPress trunk/wp-login.php
r7991 r7992 1 1 <?php 2 2 /** 3 * WordPress User Page 4 * 5 * Handles authentication, registering, resetting passwords, forgot password, 6 * and other user handling. 3 7 * 4 8 * @package WordPress
