Plugin Directory

Changeset 1765181


Ignore:
Timestamp:
11/13/2017 02:58:26 PM (8 years ago)
Author:
centrical
Message:

changed to v4 integration code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • instant/trunk/unless.php

    r1753897 r1765181  
    4646                    if (get_option('unless_data')) {
    4747                    $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>
    5249<!-- End Unless Code -->";
    5350                    echo $output;
Note: See TracChangeset for help on using the changeset viewer.