- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-admin/update-core.php
r25881 r25957 147 147 _e('You have the latest version of WordPress.'); 148 148 149 if ( wp_http_supports( 'ssl') ) {149 if ( wp_http_supports( array( 'ssl' ) ) ) { 150 150 require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 151 151 $upgrader = new WP_Automatic_Updater;
Note: See TracChangeset
for help on using the changeset viewer.