We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e34c0 commit 2dd4ee2Copy full SHA for 2dd4ee2
simple-wp-optimizer.php
@@ -93,11 +93,11 @@ function es_optimizer_get_default_options() {
93
'remove_recent_comments_style' => 1,
94
'enable_dns_prefetch' => 1,
95
'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',
+ 'https://fonts.googleapis.com',
+ 'https://fonts.gstatic.com',
+ 'https://ajax.googleapis.com',
+ 'https://apis.google.com',
+ 'https://www.google-analytics.com',
101
)
102
),
103
'disable_jetpack_ads' => 1,
0 commit comments