Changeset 7992
- Timestamp:
- 05/25/2008 08:33:13 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.