From 6980da3826c6fc4aa3420a497fc69e708b7e321d Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 15 Nov 2007 15:43:26 +0000 Subject: Gettext changes, fixes #495 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1145 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-signup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-signup.php') diff --git a/wp-signup.php b/wp-signup.php index c0ed66c..8b7b49f 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -93,7 +93,7 @@ function show_blog_form($blog_id = '', $blog_title = '', $errors = '') { -
+
Greetings Site Administrator! You are currently allowing '$active_signup' registrations. To change or disable registration go to your Options page."; + echo "
" . sprintf( __( "Greetings Site Administrator! You are currently allowing '%s' registrations. To change or disable registration go to your Options page." ), $active_signup ) . "
"; } $newblogname = isset($_GET['new']) ? strtolower(preg_replace('/^-|-$|[^-a-zA-Z0-9]/', '', $_GET['new'])) : null; -- cgit