Ticket #33973: 33973.patch
| File 33973.patch, 446 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/ms-functions.php
599 599 $base = $current_site->path; 600 600 601 601 $blog_title = strip_tags( $blog_title ); 602 $blog_title = substr( $blog_title, 0, 50 );603 602 604 603 $errors = new WP_Error(); 605 604 $illegal_names = get_site_option( 'illegal_names' );