Skip to content

Commit ed62055

Browse files
authored
Update
1 parent d789d7b commit ed62055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple-wp-optimizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ function add_dns_prefetch() {
864864
$domains = explode( "\n", $options['dns_prefetch_domains'] );
865865
$domains = array_map( 'trim', $domains );
866866
$domains = array_filter( $domains );
867-
867+
868868
// Remove duplicates and validate domains.
869869
$domains = array_unique( $domains );
870870
$valid_domains = array();

0 commit comments

Comments
 (0)