Skip to content

Commit 2dd4ee2

Browse files
authored
Update
1 parent b2e34c0 commit 2dd4ee2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

simple-wp-optimizer.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ function es_optimizer_get_default_options() {
9393
'remove_recent_comments_style' => 1,
9494
'enable_dns_prefetch' => 1,
9595
'dns_prefetch_domains' => implode( "\n", array(
96-
'https://fonts.googleapis.com',
97-
'https://fonts.gstatic.com',
98-
'https://ajax.googleapis.com',
99-
'https://apis.google.com',
100-
'https://www.google-analytics.com',
96+
'https://fonts.googleapis.com',
97+
'https://fonts.gstatic.com',
98+
'https://ajax.googleapis.com',
99+
'https://apis.google.com',
100+
'https://www.google-analytics.com',
101101
)
102102
),
103103
'disable_jetpack_ads' => 1,

0 commit comments

Comments
 (0)