git-svn-id: http://svn.automattic.com/wordpress/trunk@1418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-06-12 02:57:50 +00:00
parent eea3dca4ae
commit 571144d293
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ case 'disabled':
<div id="login">
<h2><?php _e('Registration Disabled') ?></h2>
<p><?php _e('User registration is currently not allowed.') ?><br />
<a href="<?php echo get_settings('siteurl') .'/'. get_settings('blogfilename'); ?>" title="<?php _e('Go back to the blog') ?>"><?php _e('Home') ?></a>
<a href="<?php echo get_settings('home') .'/'. get_settings('blogfilename'); ?>" title="<?php _e('Go back to the blog') ?>"><?php _e('Home') ?></a>
</p>
</div>