Changeset 1803840
- Timestamp:
- 01/16/2018 02:20:42 PM (8 years ago)
- File:
-
- 1 edited
-
instant/trunk/unless.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
instant/trunk/unless.php
r1765181 r1803840 46 46 if (get_option('unless_data')) { 47 47 $output="<!-- Added by Unless for Wordpress --> 48 <script src='https://unless.com/js/v4/latest/txt.min.js?id=" . get_option('unless_data') . "'></script>48 <script src='https://unless.com/js/v4/latest/txt.min.js?id=" . trim(get_option('unless_data')) . "'></script> 49 49 <!-- End Unless Code -->"; 50 50 echo $output;
Note: See TracChangeset
for help on using the changeset viewer.