Changeset 27149
- Timestamp:
- 02/09/2014 09:07:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r27116 r27149 1274 1274 if ( !function_exists('wp_new_user_notification') ) : 1275 1275 /** 1276 * Notify the blog admin of a new user, normally via email. 1276 * Email login credentials to a newly-registered user. 1277 * 1278 * A new user registration notification is also sent to admin email. 1277 1279 * 1278 1280 * @since 2.0.0 1279 1281 * 1280 * @param int $user_id User ID1281 * @param string $plaintext_pass Optional. The user's plaintext password 1282 * @param int $user_id User ID. 1283 * @param string $plaintext_pass Optional. The user's plaintext password. Default empty. 1282 1284 */ 1283 1285 function wp_new_user_notification($user_id, $plaintext_pass = '') {
Note: See TracChangeset
for help on using the changeset viewer.