mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-05 17:00:03 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* WordPress User Page
|
||||
*
|
||||
* Handles authentication, registering, resetting passwords, forgot password,
|
||||
* and other user handling.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user