summaryrefslogtreecommitdiffstats
path: root/wp-inst
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-14 11:31:24 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-14 11:31:24 +0000
commitc173e780498197480bbbd0f864e809ac94b13314 (patch)
treef3c0dd534a92f1b2ac08aebe926e2f63b270a913 /wp-inst
parent8806bec197b7f49ecfb289bc1cb6b811228c6480 (diff)
downloadwordpress-mu-c173e780498197480bbbd0f864e809ac94b13314.tar.gz
wordpress-mu-c173e780498197480bbbd0f864e809ac94b13314.tar.xz
wordpress-mu-c173e780498197480bbbd0f864e809ac94b13314.zip
sprintf it!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@563 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst')
-rw-r--r--wp-inst/wp-signup.php2
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>";