Plugin Directory

Changeset 904879


Ignore:
Timestamp:
04/29/2014 05:03:15 PM (12 years ago)
Author:
OffClicks
Message:

updated

Location:
invisible-optin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • invisible-optin/trunk/invisible_optin.php

    r893220 r904879  
    117117        echo '<!-- Custom Code Start-->';
    118118        echo PHP_EOL;
    119         echo $conf_script_code;
     119        echo stripslashes($conf_script_code);
    120120        echo PHP_EOL;
    121121        echo '<!-- Custom Code Start-->';
  • invisible-optin/trunk/invisible_optin_settings.php

    r893220 r904879  
    7171    <div class="frm_fields">
    7272        <h3 style="margin-top: 0px;">Custom Code</h3>(Copy Facebook's Custom Audience Re-Marketing Pixel Code here.)       
    73         <textarea name="conf_script_code" id="conf_script_code" rows="15"><?php echo $conf_script_code; ?></textarea>
     73        <textarea name="conf_script_code" id="conf_script_code" rows="15"><?php echo stripslashes($conf_script_code); ?></textarea>
    7474    </div>
    7575   
Note: See TracChangeset for help on using the changeset viewer.