Changeset 10155 for trunk/wp-admin/tools.php
- Timestamp:
- 12/09/2008 09:43:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r10150 r10155 37 37 <p><?php _e('Gears is installed on this computer, but is not enabled for use with WordPress.'); ?></p> 38 38 <p><?php _e('To enable it click the button below.'); ?></p> 39 <p><strong><?php _e(' However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>39 <p><strong><?php _e('Note: Do not enable Gears if this is a public or shared computer!'); ?></strong></p> 40 40 <div class="buttons"><button class="button" onclick="wpGears.getPermission();"><?php _e('Enable Gears'); ?></button></div> 41 41 </div> … … 70 70 71 71 ?></p> 72 <p><strong><?php _e(' However, Gears should not be enabled if this is a public or shared computer.'); ?></strong></p>72 <p><strong><?php _e('Note: Do not enable Gears if this is a public or shared computer!'); ?></strong></p> 73 73 </div> 74 74 <script type="text/javascript">wpGears.message();</script>
Note: See TracChangeset
for help on using the changeset viewer.