mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-16 08:55:53 +02:00
Just a little annoyance.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0f62a3c0a8
commit
f9a6bf3998
@ -121,7 +121,7 @@ window.onload = blurry;
|
||||
<body>
|
||||
|
||||
<div id="wphead">
|
||||
<h1><?php bloginfo('name') ?></h1>
|
||||
<h1><?php echo wptexturize(get_settings(('blogname'))); ?></h1>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user