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

git-svn-id: http://svn.automattic.com/wordpress/trunk@8952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-09-22 05:15:41 +00:00
parent 509904e7d9
commit eb3e916086
3 changed files with 497 additions and 124 deletions

View File

@@ -23,9 +23,8 @@ if ( force_ssl_admin() && !is_ssl() ) {
}
/**
* login_header() - Outputs the header for the login page
* Outputs the header for the login page.
*
* @package WordPress
* @uses do_action() Calls the 'login_head' for outputting HTML in the Login
* header.
* @uses apply_filters() Calls 'login_headerurl' for the top login link.
@@ -87,9 +86,7 @@ function login_header($title = 'Login', $message = '', $wp_error = '') {
} // End of login_header()
/**
* retrieve_password() - Handles sending password retrieval email to user
*
* {@internal Missing Long Description}}
* Handles sending password retrieval email to user.
*
* @uses $wpdb WordPress Database object
*
@@ -157,9 +154,7 @@ function retrieve_password() {
}
/**
* reset_password() - Handles resetting the user's password
*
* {@internal Missing Long Description}}
* Handles resetting the user's password.
*
* @uses $wpdb WordPress Database object
*
@@ -196,9 +191,7 @@ function reset_password($key) {
}
/**
* register_new_user() - Handles registering a new user
*
* {@internal Missing Long Description}}
* Handles registering a new user.
*
* @param string $user_login User's username for logging in
* @param string $user_email User's email address to send password and add