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:
ryan 2008-07-03 16:05:14 +00:00
parent 48f963e437
commit 9a7c30f64c
1 changed files with 1 additions and 1 deletions

View File

@ -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 '&nbsp;'; 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 '&nbsp;'; 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