Plugin Directory

Changeset 1803840


Ignore:
Timestamp:
01/16/2018 02:20:42 PM (8 years ago)
Author:
centrical
Message:

added trim around unless id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • instant/trunk/unless.php

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