Changes between Initial Version and Version 1 of Ticket #33973
- Timestamp:
- 09/23/2015 12:33:35 PM (11 years ago)
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 1 In wpmu_validate_blog_signup of ms-functions.php I can find near Line 600 2 3 {{{ 4 4 $blog_title = substr( $blog_title, 0, 50 ); 5 }}} 5 6 6 is there a specific reason for this?7 Otherwise I would just leave it $blog_title.8 7 8 Is there a reason for this? 9