Make google font links unique
This commit is contained in:
parent
67585c37f8
commit
1728fd56fc
@ -1248,7 +1248,7 @@ function fictioneer_sanitize_google_fonts_links( $value ) {
|
||||
}
|
||||
|
||||
// Continue saving process
|
||||
return implode( "\n", $valid_links );
|
||||
return implode( "\n", array_unique( $valid_links ) );
|
||||
}
|
||||
|
||||
// =============================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user