Changeset 25956 for trunk/src/wp-admin/about.php
- Timestamp:
- 10/27/2013 09:08:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r25883 r25956 62 62 require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 63 63 $updater = new WP_Automatic_Updater; 64 $can_auto_update = wp_http_supports( 'ssl') && $updater->should_update( 'core', $future_minor_update, ABSPATH );64 $can_auto_update = wp_http_supports( array( 'ssl' ) ) && $updater->should_update( 'core', $future_minor_update, ABSPATH ); 65 65 66 66 if ( $can_auto_update ) {
Note: See TracChangeset
for help on using the changeset viewer.