diff --git a/include/helpers.php b/include/helpers.php index 3189115..be813cf 100644 --- a/include/helpers.php +++ b/include/helpers.php @@ -124,7 +124,7 @@ function minit_maybe_ssl_url( $url ) { function minit_exclude_defaults( $handles ) { $exclude = array( - 'grofiles-cards', // Jetpack Gravatar module + 'this-is-a-handle-of-a-script-you-want-to-exclude', ); return array_merge( $handles, $exclude );