Ticket #26703: pluggable.diff
File pluggable.diff, 440 bytes (added by , 10 years ago) |
---|
-
pluggable.php
1270 1270 1271 1271 if ( !function_exists('wp_new_user_notification') ) : 1272 1272 /** 1273 * Notify the blog admin of a new user, normally via email. 1273 * Notify the blog admin of a new user, normally via email, 1274 * and also sends login credentials to the new user. 1274 1275 * 1275 1276 * @since 2.0 1276 1277 *