[wp-trac] [WordPress Trac] #33973: The Blog Title is restricted to 50 signs?
WordPress Trac
noreply at wordpress.org
Wed Sep 23 12:33:37 UTC 2015
#33973: The Blog Title is restricted to 50 signs?
--------------------------------+------------------------------
Reporter: theode | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Networks and Sites | Version: 4.3.1
Severity: normal | Resolution:
Keywords: | Focuses: multisite
--------------------------------+------------------------------
Description changed by chriscct7:
Old description:
> In wpmu_validate_blog_signup
> of ms-functions.php I can find near
> Line 600
> $blog_title = substr( $blog_title, 0, 50 );
>
> is there a specific reason for this?
> Otherwise I would just leave it $blog_title.
New description:
In wpmu_validate_blog_signup of ms-functions.php I can find near Line 600
{{{
$blog_title = substr( $blog_title, 0, 50 );
}}}
Is there a reason for this?
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33973#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list