Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jprieton committed Mar 1, 2016
1 parent 6a0ec2d commit f222513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-head-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function google_tag_manager_code() {
$google_tag_manager = get_option('google-tag-manager', '');

if (!empty($google_tag_manager)) {
printf("\n%s\n", $google_tag_manager);
echo "\n {$google_tag_manager} \n";
}
}

Expand Down

0 comments on commit f222513

Please sign in to comment.