Changeset 1390

Show
Ignore:
Timestamp:
07/22/08 10:53:22 (5 months ago)
Author:
donncha
Message:

sanitize_title does too much, leave it out. fixes #688

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/wpmu-edit.php

    r1383 r1390  
    9898                $domain = sanitize_user( str_replace( '/', '', $blog[ 'domain' ] ) ); 
    9999                $email = sanitize_email( $blog[ 'email' ] ); 
    100                 $title = sanitize_title( $blog[ 'title' ] )
     100                $title = $blog[ 'title' ]
    101101 
    102102                if ( empty($domain) || empty($email))