Changeset 1765181
- Timestamp:
- 11/13/2017 02:58:26 PM (8 years ago)
- File:
-
- 1 edited
-
instant/trunk/unless.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
instant/trunk/unless.php
r1753897 r1765181 46 46 if (get_option('unless_data')) { 47 47 $output="<!-- Added by Unless for Wordpress --> 48 <script src='https://unless.com/js/v2/latest/txt-min.js'></script> 49 <script type='text/javascript'> 50 Txt.render({id: '" . get_option('unless_data') . "'}) 51 </script> 48 <script src='https://unless.com/js/v4/latest/txt.min.js?id=" . get_option('unless_data') . "'></script> 52 49 <!-- End Unless Code -->"; 53 50 echo $output;
Note: See TracChangeset
for help on using the changeset viewer.