[wp-cvs] wordpress/wp-content/themes/default header.php,1.3,1.4
Matthew Mullenweg
saxmatt at users.sourceforge.net
Wed Jan 26 07:21:56 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-content/themes/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17403/wp-content/themes/default
Modified Files:
header.php
Log Message:
Use home instead of siteurl.
Index: header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/header.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** header.php 24 Jan 2005 05:59:00 -0000 1.3
--- header.php 26 Jan 2005 07:21:53 -0000 1.4
***************
*** 59,63 ****
<div id="header">
<div id="headerimg">
! <h1><a href="<?php echo get_settings('siteurl'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
--- 59,63 ----
<div id="header">
<div id="headerimg">
! <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
More information about the cvs
mailing list