Plugin Directory

Changeset 1446892

Timestamp:
06/30/2016 11:25:18 PM (8 years ago)
Author:
gcorne
Message:

Make validators a bit happier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hubspot-tracking-code/trunk/inc/class-hubspot-tracking-code-analytics.php

    r1446890 r1446892  
    4040            if ( isset($hs_identify_email) )
    4141            {
    42                 echo "\n" . '<!-- DO NOT COPY THIS SNIPPET! -- HubSpot User Identification Code -->' . "\n";
     42                echo "\n" . '<!-- DO NOT COPY THIS SNIPPET! HubSpot User Identification Code -->' . "\n";
    4343                echo '<script type="text/javascript">'."\n";
    4444                echo "(function(d,w) {\n";
     
    6161                echo "})(document, window);\n";
    6262                echo '</script>' . "\n";
    63                 echo '<!-- End of HubSpot User Identification Code -- DO NOT COPY THIS SNIPPET! -->' . "\n";
     63                echo '<!-- End of HubSpot User Identification Code DO NOT COPY THIS SNIPPET! -->' . "\n";
    6464            }
    6565
Note: See TracChangeset for help on using the changeset viewer.