Use home instead of siteurl. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000021
git-svn-id: https://develop.svn.wordpress.org/trunk@1418 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c2e10c33ba
commit
0edf05e901
@ -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
Block a user