Ticket #6965: always-hide-gears-popup.patch
File always-hide-gears-popup.patch, 625 bytes (added by , 17 years ago) |
---|
-
wp-admin/admin-header.php
77 77 if ( ($is_gecko || $is_winIE) && strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'webkit') === false ) { 78 78 $gears_compat = true; 79 79 ?> 80 <div id="gears-info-box" class="info-box" >80 <div id="gears-info-box" class="info-box" style="display:none;"> 81 81 <img src="images/gear.png" title="Gear" alt="" class="gears-img" /> 82 82 <div id="gears-msg1"> 83 83 <h3 class="info-box-title"><?php _e('Speed up WordPress'); ?></h3>