File file level phpdoc from jacobsantos. see #7037

git-svn-id: https://develop.svn.wordpress.org/trunk@7992 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-05-25 20:33:13 +00:00
parent e25996c368
commit 7ed3d82a7c
2 changed files with 6 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
<?php
/**
* Front to the WordPress application. Most of WordPress is loaded through this
* file. This file doesn't do anything, but loads the file which does and tells
* WordPress to load the theme.
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/

View File

@@ -1,5 +1,9 @@
<?php
/**
* WordPress User Page
*
* Handles authentication, registering, resetting passwords, forgot password,
* and other user handling.
*
* @package WordPress
*/