Changeset 8014
- Timestamp:
- 05/29/2008 11:36:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r8008 r8014 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>
Note: See TracChangeset
for help on using the changeset viewer.