We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c439364 commit 91253b9Copy full SHA for 91253b9
README.md
@@ -651,7 +651,7 @@ function twentyfifteen_resource_hints( $urls, $relation_type ) {
651
// Replace `enqueue_font_id` the `ID` used in loading the source.
652
if ( wp_style_is( 'enqueue_font_id', 'queue' ) && 'preconnect' === $relation_type ) {
653
// Checks whether the version of WordPress is greater than or equal to 4.7
654
- // to ensure conmpatibilidade with older versions
+ // to ensure compatibility with older versions
655
// because the 4.7 has become necessary to return an array instead of string
656
if ( version_compare( $GLOBALS['wp_version'], '4.7-alpha', '>=' ) ) {
657
// Array with url google fonts and crossorigin
0 commit comments