Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r8419 r8600  
    7575
    7676<?php
    77 if ( ! $is_opera ) { 
     77if ( ! $is_opera ) {
    7878?>
    7979    <div id="gears-info-box" class="info-box" style="display:none;">
     
    9090    <div id="gears-msg2" style="display:none;">
    9191    <h3 class="info-box-title"><?php _e('Gears Status'); ?></h3>
    92     <p><?php _e('Gears is installed on this computer but is not enabled for use with WordPress.'); ?></p> 
    93     <p><?php 
    94    
     92    <p><?php _e('Gears is installed on this computer but is not enabled for use with WordPress.'); ?></p>
     93    <p><?php
     94
    9595    if ( $is_safari )
    9696        _e('To enable it, make sure this web site is not on the denied list in Gears Settings under the Safari menu, then click the button below.');
    9797    else
    98         _e('To enable it, make sure this web site is not on the denied list in Gears Settings under your browser Tools menu, then click the button below.'); 
    99    
     98        _e('To enable it, make sure this web site is not on the denied list in Gears Settings under your browser Tools menu, then click the button below.');
     99
    100100    ?></p>
    101101    <p><strong><?php _e('However if this is a public or shared computer, Gears should not be enabled.'); ?></strong></p>
     
    107107    <h3 class="info-box-title"><?php _e('Gears Status'); ?></h3>
    108108    <p><?php
    109    
     109
    110110    if ( $is_safari )
    111111        _e('Gears is installed and enabled on this computer. You can disable it from the Safari menu.');
    112112    else
    113         _e('Gears is installed and enabled on this computer. You can disable it from your browser Tools menu.'); 
    114    
     113        _e('Gears is installed and enabled on this computer. You can disable it from your browser Tools menu.');
     114
    115115    ?></p>
    116116    <p><?php _e('If there are any errors, try disabling Gears, then reload the page and enable it again.'); ?></p>
Note: See TracChangeset for help on using the changeset viewer.