Changeset 1445

Show
Ignore:
Timestamp:
08/25/08 16:03:04 (3 months ago)
Author:
donncha
Message:

Missing )

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/wpmu-functions.php

    r1442 r1445  
    19631963                        delete_option( 'new_user_' . $key ); 
    19641964                        do_action( "added_existing_user", $details[ 'user_id' ] ); 
    1965                         wp_die( sprintf(__('You have been added to this blog. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), site_url( '/wp-admin/' ) );  
     1965                        wp_die( sprintf(__('You have been added to this blog. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), site_url( '/wp-admin/' ) ) ); 
    19661966                } 
    19671967        }