Make WordPress Core

Ticket #33973: 33973.patch

File 33973.patch, 446 bytes (added by chriscct7, 11 years ago)
  • src/wp-includes/ms-functions.php

     
    599599        $base = $current_site->path;
    600600
    601601        $blog_title = strip_tags( $blog_title );
    602         $blog_title = substr( $blog_title, 0, 50 );
    603602
    604603        $errors = new WP_Error();
    605604        $illegal_names = get_site_option( 'illegal_names' );