Use home instead of siteurl. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000021
git-svn-id: http://svn.automattic.com/wordpress/trunk@1418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eea3dca4ae
commit
571144d293
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue