Plugin Directory

Changeset 1576908


Ignore:
Timestamp:
01/17/2017 11:54:15 PM (9 years ago)
Author:
billybigpotatoes
Message:

BrightTALK Session code TZ fix

Location:
brighttalk-wp-shortcode
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • brighttalk-wp-shortcode/trunk/brighttalk-wp-shortcode.php

    r1554501 r1576908  
    55 * Plugin URI:        https://github.com/BrightTALK/brighttalk-wp-shortcode/
    66 * Description:       Add the BrightTALK media player shortcode to to simplify embedding BrightTALK content into your site.
    7  * Version:           2.1.0
     7 * Version:           2.1.1
    88 * Author:            BrightTALK, Dorian Logan
    99 * Author URI:        https://developer.brighttalk.com/
     
    7272  // Check to see if BrightTALK cookie exists
    7373  if ($session) {
    74     $tz = brighttalk_getTZFromBTSession($session);
     74    // $tz = brighttalk_getTZFromBTSession($session);
    7575  }
    7676
  • brighttalk-wp-shortcode/trunk/readme.txt

    r1554501 r1576908  
    44Tags: video, webinar, webcast, brighttalk, lead generation, audience, b2b
    55Requires at least: 4.0.0
    6 Tested up to: 4.7.0
     6Tested up to: 4.7.2
    77Stable tag: 4.7.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.