Make WordPress Core


Ignore:
Timestamp:
10/18/2013 08:41:40 AM (12 years ago)
Author:
nacin
Message:

Remove rarr from about page text. Use a subtle background instead.

props markjaquith.
see #25603.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r25839 r25840  
    6464            }
    6565            if ( $can_auto_update ) : ?>
    66                 <p><?php _e( '&rarr; This site <strong>is</strong> able to apply these updates automatically. Cool!' ); ?></p>
     66                <p class="about-auto-update cool"><?php _e( 'This site <strong>is</strong> able to apply these updates automatically. Cool!' ); ?></p>
    6767            <?php else : ?>
    68                 <p><?php printf( __( '&rarr; This site <strong>is not</strong> able to apply these updates automatically. But we&#8217;ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); ?></p>
     68                <p class="about-auto-update"><?php printf( __( 'This site <strong>is not</strong> able to apply these updates automatically. But we&#8217;ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); ?></p>
    6969        <?php endif; ?>
    7070    </div>
Note: See TracChangeset for help on using the changeset viewer.