Changeset 1390
- Timestamp:
- 07/22/08 10:53:22 (5 months ago)
- Files:
-
- trunk/wp-admin/wpmu-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/wpmu-edit.php
r1383 r1390 98 98 $domain = sanitize_user( str_replace( '/', '', $blog[ 'domain' ] ) ); 99 99 $email = sanitize_email( $blog[ 'email' ] ); 100 $title = sanitize_title( $blog[ 'title' ] );100 $title = $blog[ 'title' ]; 101 101 102 102 if ( empty($domain) || empty($email))
