Changeset 1349

Show
Ignore:
Timestamp:
07/04/08 14:37:00 (5 months ago)
Author:
donncha
Message:

Mangle the admin email address when a blog isn't activated, fixes #671

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r1348 r1349  
    331331 
    332332if ( '2' == $current_blog->deleted ) 
    333                 graceful_fail(sprintf(__('This blog has not been activated yet. If you are having problems activating your blog, please contact <a href="mailto:%1$s">%1$s</a>.'), get_site_option( 'admin_email', "support@{$current_site->domain}" ))); 
     333                graceful_fail( sprintf( __( 'This blog has not been activated yet. If you are having problems activating your blog, please contact <a href="mailto:%1$s">%1$s</a>.' ), str_replace( '@', ' AT ', get_site_option( 'admin_email', "support@{$current_site->domain}" ) ) ) ); 
    334334 
    335335if( $current_blog->archived == '1' )