Changeset 41605 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 09/27/2017 07:59:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r40313 r41605 449 449 450 450 if ( ! $res ) { 451 // include an unmodified $wp_version 452 include( ABSPATH . WPINC . '/version.php' ); 453 451 454 $url = $http_url = 'http://api.wordpress.org/themes/info/1.0/'; 452 455 if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) … … 454 457 455 458 $http_args = array( 459 'user-agent' => 'WordPress/' . $wp_version . '; ' . home_url( '/' ), 456 460 'body' => array( 457 461 'action' => $action,
Note: See TracChangeset
for help on using the changeset viewer.