mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-04 12:29:22 +00:00
Use home instead of siteurl.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38a0c65a59
commit
5dd45ddd29
@ -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…
x
Reference in New Issue
Block a user