Use home instead of siteurl.
git-svn-id: https://develop.svn.wordpress.org/trunk@2149 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
323fc1ad10
commit
4eed05c1f7
@ -58,7 +58,7 @@
|
||||
|
||||
<div id="header">
|
||||
<div id="headerimg">
|
||||
<h1><a href="<?php echo get_settings('siteurl'); ?>"><?php bloginfo('name'); ?></a></h1>
|
||||
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
|
||||
<div class="description"><?php bloginfo('description'); ?></div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user