Changeset 8952 for trunk/wp-login.php
- Timestamp:
- 09/22/2008 05:15:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r8919 r8952 24 24 25 25 /** 26 * login_header() - Outputs the header for the login page 27 * 28 * @package WordPress 26 * Outputs the header for the login page. 27 * 29 28 * @uses do_action() Calls the 'login_head' for outputting HTML in the Login 30 29 * header. … … 88 87 89 88 /** 90 * retrieve_password() - Handles sending password retrieval email to user 91 * 92 * {@internal Missing Long Description}} 89 * Handles sending password retrieval email to user. 93 90 * 94 91 * @uses $wpdb WordPress Database object … … 158 155 159 156 /** 160 * reset_password() - Handles resetting the user's password 161 * 162 * {@internal Missing Long Description}} 157 * Handles resetting the user's password. 163 158 * 164 159 * @uses $wpdb WordPress Database object … … 197 192 198 193 /** 199 * register_new_user() - Handles registering a new user 200 * 201 * {@internal Missing Long Description}} 194 * Handles registering a new user. 202 195 * 203 196 * @param string $user_login User's username for logging in
Note: See TracChangeset
for help on using the changeset viewer.