Changeset 25834 for trunk/src/wp-admin/about.php
- Timestamp:
- 10/17/2013 08:29:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r25833 r25834 42 42 <p><?php _e( 'With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background, though some configurations may not allow it.' ); ?></p> 43 43 <?php 44 require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';45 $upgrader = new WP_Automatic_Upgrader;46 47 44 $can_auto_update = wp_http_supports( 'ssl' ); 48 45 if ( $can_auto_update ) {
Note: See TracChangeset
for help on using the changeset viewer.