summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/functions.opengraph.php')
-rw-r--r--plugins/jetpack/functions.opengraph.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/jetpack/functions.opengraph.php b/plugins/jetpack/functions.opengraph.php
index 68aa6bfd..f9cc53da 100644
--- a/plugins/jetpack/functions.opengraph.php
+++ b/plugins/jetpack/functions.opengraph.php
@@ -257,6 +257,7 @@ function jetpack_og_tags() {
}
}
}
+ $og_output .= "\n<!-- End Jetpack Open Graph Tags -->\n";
echo $og_output;
}