Changeset 25957 for branches/3.7/src/wp-admin/about.php
- Timestamp:
- 10/27/2013 09:09:49 PM (11 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 25956
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/about.php
r25931 r25957 70 70 require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 71 71 $updater = new WP_Automatic_Updater; 72 $can_auto_update = wp_http_supports( 'ssl') && $updater->should_update( 'core', $future_minor_update, ABSPATH );72 $can_auto_update = wp_http_supports( array( 'ssl' ) ) && $updater->should_update( 'core', $future_minor_update, ABSPATH ); 73 73 74 74 if ( $can_auto_update ) {
Note: See TracChangeset
for help on using the changeset viewer.