Changeset 1393 for trunk/wp-signup.php
- Timestamp:
- 07/22/08 12:10:06 (5 months ago)
- Files:
-
- trunk/wp-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-signup.php
r1367 r1393 418 418 else 419 419 $newblog = 'http://' . $newblogname . '.' . $current_site->domain . $current_site->path; 420 printf(__("<p><em>The blog you were looking for, <strong>%s</strong> doesn't exist but you can create it now!</em></p>"), $newblog ); 420 if ($active_signup == 'blog' || $active_signup == 'all') 421 printf(__("<p><em>The blog you were looking for, <strong>%s</strong> doesn't exist but you can create it now!</em></p>"), $newblog ); 422 else 423 printf(__("<p><em>The blog you were looking for, <strong>%s</strong> doesn't exist.</em></p>"), $newblog ); 421 424 } 422 425 break;
