Ticket #7037: base.r7991.diff
File base.r7991.diff, 915 bytes (added by , 17 years ago) |
---|
-
index.php
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 8 7 */ -
wp-login.php
1 1 <?php 2 2 /** 3 * WordPress User Page 3 4 * 5 * Handles authentication, registering, resetting passwords, forgot password, 6 * and other user handling. 7 * 4 8 * @package WordPress 5 9 */ 6 10