Add Turbo back to the header. fixes #8185
git-svn-id: http://svn.automattic.com/wordpress/trunk@9657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
af86fe57ca
commit
6922edf439
|
@ -75,7 +75,8 @@ if ( function_exists('mb_strlen') ) {
|
||||||
|
|
||||||
<div id="wphead-info">
|
<div id="wphead-info">
|
||||||
<div id="user_info">
|
<div id="user_info">
|
||||||
<p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?> |
|
<p><?php printf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'), 'profile.php', $user_identity) ?>
|
||||||
|
<?php if ( ! $is_opera ) { ?> | <span id="gears-menu"><a href="turbo.php"><?php _e('Turbo') ?></a></span><?php } ?> |
|
||||||
<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
|
<a href="<?php echo wp_logout_url() ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,7 @@ if ( ! $is_opera ) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
wpGears.message(1);
|
wpGears.message(1);
|
||||||
</script>
|
</script>
|
||||||
<?php } else {
|
<?php } else {
|
||||||
_e('Turbo is not available for your browser.');
|
_e('Turbo is not available for your browser.');
|
||||||
|
|
Loading…
Reference in New Issue