Skip to:
Content

BuddyPress.org

Ticket #2278: patch-2278.patch

File patch-2278.patch, 625 bytes (added by DJPaul, 15 years ago)
  • bp-core/bp-core-filters.php

     
    125125        if ( '' == locate_template( array( 'registration/register.php' ), false ) && '' == locate_template( array( 'register.php' ), false ) )
    126126                return $welcome_email;
    127127
     128        /* translators: indicates that the user chose their password at registration and already know what it is */
    128129        return str_replace( 'PASSWORD', __( '[User Set]', 'buddypress' ), $welcome_email );
    129130}
    130131if ( !is_admin() && empty( $_GET['e'] ) )