Changeset 25840 for trunk/src/wp-admin/about.php
- Timestamp:
- 10/18/2013 08:41:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r25839 r25840 64 64 } 65 65 if ( $can_auto_update ) : ?> 66 <p ><?php _e( '→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> 67 67 <?php else : ?> 68 <p ><?php printf( __( '→This site <strong>is not</strong> able to apply these updates automatically. But we’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’ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); ?></p> 69 69 <?php endif; ?> 70 70 </div>
Note: See TracChangeset
for help on using the changeset viewer.