Ticket #6965: 6965-validation.diff
File 6965-validation.diff, 1.1 KB (added by , 17 years ago) |
---|
-
wp-admin/admin-header.php
87 87 <a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p> 88 88 <p><?php _e('After installing and enabling it, most of the WordPress images, scripts and CSS files will be stored on this computer. This will speed up page loading.'); ?></p> 89 89 <p><strong><?php _e('Please make sure you are not using a public or shared computer.'); ?></strong></p> 90 <div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install& return=<?php echo admin_url()?>';" class="button"><?php _e('Install Now'); ?></button>90 <div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install&return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button> 91 91 <button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';">Cancel</button></div> 92 92 </div> 93 93