Wrap woocommerce.php comment in php tags to keep comments from showing on dom
authorLaury GvR <laury@gaslightmedia.com>
Fri, 6 Apr 2018 22:59:39 +0000 (18:59 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 6 Apr 2018 22:59:39 +0000 (18:59 -0400)
woocommerce.php

index ba3e0da..ad0bddb 100644 (file)
@@ -1,11 +1,10 @@
 <!doctype html>
-<!--
-    IMPORTANT!!!
-    Cart and checkout are standard pages with shortcodes and will thus not get here.
-    In fact, is_woocommerce() returns true if on a page which uses WooCommerce templates
-    and thus NOT on cart or checkout.
-
--->
+<?php 
+    #IMPORTANT!!!
+    #Cart and checkout are standard pages with shortcodes and will thus not get here.
+    #In fact, is_woocommerce() returns true if on a page which uses WooCommerce templates
+    #and thus NOT on cart or checkout.
+?>
 <html class="no-js woohtml" lang="en">
     <?php get_template_part("parts/header-meta"); ?>
     <body>