Make WordPress Core

Ticket #26703: pluggable.diff

File pluggable.diff, 440 bytes (added by antorome, 10 years ago)

Modification proposal

  • pluggable.php

     
    12701270
    12711271if ( !function_exists('wp_new_user_notification') ) :
    12721272/**
    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.
    12741275 *
    12751276 * @since 2.0
    12761277 *