Skip to content

Commit b2c9937

Browse files
author
ryan
committed
File file level phpdoc from jacobsantos. see #7037
git-svn-id: http://core.svn.wordpress.org/trunk@7992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 7629b13 commit b2c9937

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

index.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?php
22
/**
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.
65
*
76
* @package WordPress
87
*/

wp-login.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?php
22
/**
3+
* WordPress User Page
4+
*
5+
* Handles authentication, registering, resetting passwords, forgot password,
6+
* and other user handling.
37
*
48
* @package WordPress
59
*/

0 commit comments

Comments
 (0)