Generator tweak

This commit is contained in:
Mike Jolley 2011-11-18 01:08:54 +00:00
parent ec50a48f81
commit 0effc4131e
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ function woocommerce_init_post_thumbnails() {
add_action('wp_head', 'woocommerce_generator');
function woocommerce_generator() {
echo '<meta name="generator" content="WooCommerce ' . WOOCOMMERCE_VERSION . '" />' . "\n";
echo "\n\n" . '<!-- WooCommerce Version -->' . "\n" . '<meta name="generator" content="WooCommerce ' . WOOCOMMERCE_VERSION . '" />' . "\n\n";
}
/**