Changeset 1598536
- Timestamp:
- 02/18/2017 07:54:01 AM (9 years ago)
- Location:
- tawkto-live-chat/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
tawkto.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tawkto-live-chat/trunk/readme.txt
r1597874 r1598536 4 4 Requires at least: 2.7 5 5 Tested up to: 4.7 6 Stable tag: 0.2. 46 Stable tag: 0.2.5 7 7 8 8 (OFFICIAL tawk.to plugin) Instantly chat with visitors on your website with the free tawk.to chat widget. … … 98 98 * modified plugin settings page interface 99 99 100 = 0.2.5 = 101 * Fixed include url warning message thrown 102 100 103 == Frequently Asked Questions == 101 104 -
tawkto-live-chat/trunk/tawkto.php
r1597874 r1598536 4 4 Plugin URI: https://tawk.to 5 5 Description: Embeds Tawk.to live chat widget to your site 6 Version: 0.2. 46 Version: 0.2.5 7 7 Author: Tawkto 8 8 */ … … 219 219 } 220 220 221 if( ($vsibility['include_url'] == 1)){221 if(isset($vsibility['include_url']) && $vsibility['include_url'] == 1){ 222 222 $included_url_list = $vsibility['included_url_list']; 223 223 $current_url = $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
Note: See TracChangeset
for help on using the changeset viewer.