summaryrefslogtreecommitdiffstats
path: root/wp-signup.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-14 11:01:24 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-14 11:01:24 +0000
commit1d88055344cae85577bf8b5538f572ab1fb65651 (patch)
tree65a1b52ca53262954d06fa508cf380571959bfd8 /wp-signup.php
parent8d889a7ad2d94fe4c3ea64bd384d3441311a1616 (diff)
downloadwordpress-mu-1d88055344cae85577bf8b5538f572ab1fb65651.tar.gz
wordpress-mu-1d88055344cae85577bf8b5538f572ab1fb65651.tar.xz
wordpress-mu-1d88055344cae85577bf8b5538f572ab1fb65651.zip
Removed text, fixes #578
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1234 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-signup.php')
-rw-r--r--wp-signup.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/wp-signup.php b/wp-signup.php
index 01609e9..422ddda 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -248,7 +248,6 @@ function signup_user($user_name = '', $user_email = '', $errors = '') {
$errors = $filtered_results['errors'];
?>
<h2><?php printf( __('Get your own %s account in seconds'), $current_site->site_name ) ?></h2>
-<p><?php _e( "Fill out this one-step form and you'll be blogging seconds later!" ); ?></p>
<form name="setupform" id="setupform" method="post" action="wp-signup.php">
<input type="hidden" name="stage" value="validate-user-signup" />
<?php do_action( "signup_hidden_fields" ); ?>