Skip to content

Commit cfa762c

Browse files
authored
Update
1 parent 2dd4ee2 commit cfa762c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

simple-wp-optimizer.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ 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',
101-
)
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',
101+
)
102102
),
103103
'disable_jetpack_ads' => 1,
104104
);

0 commit comments

Comments
 (0)