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:
Matt Mullenweg 2005-01-26 07:21:53 +00:00
parent 323fc1ad10
commit 4eed05c1f7
1 changed files with 1 additions and 1 deletions

View File

@ -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>