Make WordPress Core


Ignore:
Timestamp:
05/03/2010 08:26:11 PM (14 years ago)
Author:
ryan
Message:

Strip trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-functions.php

    r14374 r14404  
    13261326    if ( empty( $details ) || is_wp_error( add_existing_user_to_blog( $details ) ) )
    13271327        wp_die( sprintf(__('An error occurred adding you to this site. Back to the <a href="%s">homepage</a>.'), site_url() ) );
    1328    
     1328
    13291329    wp_die( sprintf(__('You have been added to this site. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), admin_url() ), __('Success') );
    13301330}
Note: See TracChangeset for help on using the changeset viewer.