Changeset 25957 for branches/3.7/src/wp-admin/update-core.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/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.