diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 255296aefdfe794e5d358682778c16ea5e962563..1c5234cb1e98d31fa692b19a4170c4e3f4f49766 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 ca85a51fbfd3ed6d45514e35ff804b317cae357e..f8fb469f595e8f76fa4b1d5820ecb5eca55442e0 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*/ } }