Skip to content

Commit

Permalink
Make this a dummy filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 6, 2015
1 parent f9b031c commit 7c0afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 7c0afb0

Please sign in to comment.