diff --git wp-signup.php wp-signup.php
index 362b6bacae..736c6d3b36 100644
|
|
function signup_another_blog( $blogname = '', $blog_title = '', $errors = '' ) { |
367 | 367 | </ul> |
368 | 368 | <?php } ?> |
369 | 369 | |
370 | | <p><?php _e( 'If you’re not going to use a great site domain, leave it for a new user. Now have at it!' ); ?></p> |
| 370 | <p><?php _e( 'If you’re not going to use a great site domain, leave it for a new user.' ); ?></p> |
371 | 371 | <form id="setupform" method="post" action="wp-signup.php"> |
372 | 372 | <input type="hidden" name="stage" value="gimmeanotherblog" /> |
373 | 373 | <?php |