From d558dba6562ab8bb3a9318835e570a95d47aa0b8 Mon Sep 17 00:00:00 2001 From: agata <automa@insicuri.net> Date: Thu, 2 Jul 2020 11:24:16 +0200 Subject: [PATCH] sistemato commento nel fix google font --- wp-content/themes/twentythirteen/functions.php | 2 +- wp-content/themes/twentytwelve/functions.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 255296aef..1c5234cb1 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -318,7 +318,7 @@ function twentythirteen_resource_hints( $urls, $relation_type ) { ); } else { $urls[] = ''; - /* AI fix google fonts */ + } } diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php index ca85a51fb..f8fb469f5 100644 --- a/wp-content/themes/twentytwelve/functions.php +++ b/wp-content/themes/twentytwelve/functions.php @@ -219,7 +219,6 @@ function twentytwelve_resource_hints( $urls, $relation_type ) { ); } else { $urls[] = ''; - /*AI fix - font google*/ } } -- GitLab