Ticket #2278: patch-2278.patch
File patch-2278.patch, 625 bytes (added by , 15 years ago) |
---|
-
bp-core/bp-core-filters.php
125 125 if ( '' == locate_template( array( 'registration/register.php' ), false ) && '' == locate_template( array( 'register.php' ), false ) ) 126 126 return $welcome_email; 127 127 128 /* translators: indicates that the user chose their password at registration and already know what it is */ 128 129 return str_replace( 'PASSWORD', __( '[User Set]', 'buddypress' ), $welcome_email ); 129 130 } 130 131 if ( !is_admin() && empty( $_GET['e'] ) )