Changeset 37278
- Timestamp:
- 04/21/2016 12:00:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r37008 r37278 2311 2311 * 2312 2312 * @since 4.4.0 2313 * @since 4.6.0 The `$notify` parameter accepts 'user' for sending notification only to the user created. 2313 2314 * 2314 2315 * @param int $user_id ID of the newly created user. 2315 2316 * @param string $notify Optional. Type of notification that should happen. Accepts 'admin' or an empty string 2316 * (admin only), or 'both' (admin and user). Default 'both'.2317 * (admin only), 'user', or 'both' (admin and user). Default 'both'. 2317 2318 */ 2318 2319 function wp_send_new_user_notifications( $user_id, $notify = 'both' ) {
Note: See TracChangeset
for help on using the changeset viewer.