Make WordPress Core

Changeset 8952 for trunk/wp-login.php


Ignore:
Timestamp:
09/22/2008 05:15:41 AM (16 years ago)
Author:
azaozz
Message:

Completion and fixes for wp-app, wp-login and xmlrpc inline documentation, props jacobsantos, fixes #7550

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r8919 r8952  
    2424
    2525/**
    26  * login_header() - Outputs the header for the login page
    27  *
    28  * @package WordPress
     26 * Outputs the header for the login page.
     27 *
    2928 * @uses do_action() Calls the 'login_head' for outputting HTML in the Login
    3029 *      header.
     
    8887
    8988/**
    90  * retrieve_password() - Handles sending password retrieval email to user
    91  *
    92  * {@internal Missing Long Description}}
     89 * Handles sending password retrieval email to user.
    9390 *
    9491 * @uses $wpdb WordPress Database object
     
    158155
    159156/**
    160  * reset_password() - Handles resetting the user's password
    161  *
    162  * {@internal Missing Long Description}}
     157 * Handles resetting the user's password.
    163158 *
    164159 * @uses $wpdb WordPress Database object
     
    197192
    198193/**
    199  * register_new_user() - Handles registering a new user
    200  *
    201  * {@internal Missing Long Description}}
     194 * Handles registering a new user.
    202195 *
    203196 * @param string $user_login User's username for logging in
Note: See TracChangeset for help on using the changeset viewer.