Run display filters for blog title. Props jhodgdon. fixes #7234
git-svn-id: http://svn.automattic.com/wordpress/trunk@8249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
48f963e437
commit
9a7c30f64c
|
@ -70,7 +70,7 @@ unset($hook_suffixes, $hook_suffix);
|
|||
<div id="wpwrap">
|
||||
<div id="wpcontent">
|
||||
<div id="wphead">
|
||||
<h1><?php if ( '' == get_bloginfo('name') ) echo ' '; else echo get_bloginfo('name'); ?><span id="viewsite"><a href="<?php echo trailingslashit( get_option('home') ); ?>"><?php _e('Visit Site') ?></a></span></h1>
|
||||
<h1><?php if ( '' == get_bloginfo('name', 'display') ) echo ' '; else echo get_bloginfo('name', 'display'); ?><span id="viewsite"><a href="<?php echo trailingslashit( get_option('home') ); ?>"><?php _e('Visit Site') ?></a></span></h1>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue