Changeset 25220
- Timestamp:
- 09/03/2013 07:11:35 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r25219 r25220 78 78 $url = 'http://api.wordpress.org/core/version-check/1.7/?' . http_build_query( $query, null, '&' ); 79 79 80 if ( wp_http_supports( 'ssl') )80 if ( wp_http_supports( array( 'ssl' ) ) ) 81 81 $url = set_url_scheme( $url, 'https' ); 82 82
Note: See TracChangeset
for help on using the changeset viewer.