Make WordPress Core

Changeset 7992


Ignore:
Timestamp:
05/25/2008 08:33:13 PM (17 years ago)
Author:
ryan
Message:

File file level phpdoc from jacobsantos. see #7037

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r7991 r7992  
    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
  • trunk/wp-login.php

    r7991 r7992  
    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
Note: See TracChangeset for help on using the changeset viewer.