Always hide gears popup. Props azaozz. see #6965
git-svn-id: https://develop.svn.wordpress.org/trunk@8003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
35d6e37ec4
commit
8c94098a3f
@ -77,7 +77,7 @@ $gears_compat = false;
|
||||
if ( ($is_gecko || $is_winIE) && strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'webkit') === false ) {
|
||||
$gears_compat = true;
|
||||
?>
|
||||
<div id="gears-info-box" class="info-box">
|
||||
<div id="gears-info-box" class="info-box" style="display:none;">
|
||||
<img src="images/gear.png" title="Gear" alt="" class="gears-img" />
|
||||
<div id="gears-msg1">
|
||||
<h3 class="info-box-title"><?php _e('Speed up WordPress'); ?></h3>
|
||||
|
Loading…
Reference in New Issue
Block a user