Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33973


Ignore:
Timestamp:
09/23/2015 12:33:35 PM (11 years ago)
Author:
chriscct7
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33973 – Description

    initial v1  
    1 In wpmu_validate_blog_signup
    2 of ms-functions.php I can find near
    3 Line 600
     1In wpmu_validate_blog_signup of ms-functions.php I can find near Line 600
     2
     3{{{
    44$blog_title = substr( $blog_title, 0, 50 );
     5}}}
    56
    6 is there a specific reason for this?
    7 Otherwise I would just leave it $blog_title.
    87
     8Is there a reason for this?
     9