Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dependency-minification.php
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ static function filter_print_dependency_array( array $handles, $type ) {
$new_handle = sprintf('minified-%d', self::$minified_count);
$filtered_handles[] = $new_handle;
$src = self::get_dependency_minified_url( $deps, $type );
if (is_ssl()) $src = str_replace( 'http', 'https', $src );

// Deps are registered without versions since the URL includes the version (ver_hash)
if ( 'scripts' === $type ) {
Expand Down