diff options
Diffstat (limited to 'wp-inst/wp-signup.php')
-rw-r--r-- | wp-inst/wp-signup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-signup.php b/wp-inst/wp-signup.php index 6261a5f..2d7fa21 100644 --- a/wp-inst/wp-signup.php +++ b/wp-inst/wp-signup.php @@ -134,7 +134,7 @@ function signup_another_blog($blog_id = '', $blog_title = '', $errors = '') { if ( ! is_wp_error($errors) )
$errors = new WP_Error();
- echo '<h2>' . printf( __('Get <em>another</em> %s blog in seconds'), $current_site->site_name ) . '</h2>';
+ echo '<h2>' . sprintf( __('Get <em>another</em> %s blog in seconds'), $current_site->site_name ) . '</h2>';
if ( $errors->get_error_code() ) {
print "<p>There was a problem, please correct the form below and try again.</p>";
|