Changeset 23107
- Timestamp:
- 12/06/2012 09:43:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r22861 r23107 541 541 */ 542 542 function wpmu_validate_blog_signup($blogname, $blog_title, $user = '') { 543 global $wpdb, $domain, $base, $current_site; 543 global $wpdb, $domain, $current_site; 544 545 $base = $current_site->path; 544 546 545 547 $blog_title = strip_tags( $blog_title );
Note: See TracChangeset
for help on using the changeset viewer.