Changeset 428 for trunk/bp-blogs/bp-blogs-templatetags.php
- Timestamp:
- 10/23/2008 02:45:48 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-templatetags.php
r391 r428 712 712 function bp_blogs_validate_blog_signup() { 713 713 global $wpdb, $current_user, $blogname, $blog_title, $errors, $domain, $path; 714 715 if ( VHOST == 'yes' ) { 716 $domain = str_replace( bp_core_get_primary_username() . '.', '', $domain ); 717 } 718 714 719 715 $current_user = wp_get_current_user(); 720 716
Note: See TracChangeset
for help on using the changeset viewer.