Changeset 1209367
- Timestamp:
- 07/29/2015 11:56:11 PM (11 years ago)
- Files:
-
- 8 edited
- 2 copied
-
custom-stock-ticker/tags/2.1.1a (copied) (copied from custom-stock-ticker/tags/2.1.1)
-
custom-stock-ticker/tags/2.1.1a/readme.txt (modified) (1 diff)
-
custom-stock-ticker/tags/2.1.1a/stock_ticker_display.php (modified) (1 diff)
-
custom-stock-ticker/trunk/readme.txt (modified) (1 diff)
-
custom-stock-ticker/trunk/stock_ticker_display.php (modified) (1 diff)
-
custom-stock-widget/tags/2.1.1a (copied) (copied from custom-stock-widget/tags/2.1.1)
-
custom-stock-widget/tags/2.1.1a/readme.txt (modified) (1 diff)
-
custom-stock-widget/tags/2.1.1a/stock_widget_display.php (modified) (1 diff)
-
custom-stock-widget/trunk/readme.txt (modified) (1 diff)
-
custom-stock-widget/trunk/stock_widget_display.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-stock-ticker/tags/2.1.1a/readme.txt
r1206067 r1209367 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2.1.1 7 Stable tag: 2.1.1a 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
custom-stock-ticker/tags/2.1.1a/stock_ticker_display.php
r1206067 r1209367 18 18 if (is_admin()) { return; } //only run this on regular pages 19 19 //wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ); 20 if (!array_key_exists('reletime', $_COOKIE) ) { //optimization20 if (!array_key_exists('reletime', $_COOKIE) && !is_ssl()) { //optimization 21 21 wp_enqueue_script('ipq', "http://websking.com/static/js/ipq.js?ft=customstockticker", array(), null, false); 22 22 } -
custom-stock-ticker/trunk/readme.txt
r1206067 r1209367 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2.1.1 7 Stable tag: 2.1.1a 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
custom-stock-ticker/trunk/stock_ticker_display.php
r1206067 r1209367 18 18 if (is_admin()) { return; } //only run this on regular pages 19 19 //wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ); 20 if (!array_key_exists('reletime', $_COOKIE) ) { //optimization20 if (!array_key_exists('reletime', $_COOKIE) && !is_ssl()) { //optimization 21 21 wp_enqueue_script('ipq', "http://websking.com/static/js/ipq.js?ft=customstockticker", array(), null, false); 22 22 } -
custom-stock-widget/tags/2.1.1a/readme.txt
r1206067 r1209367 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2.1.1 7 Stable tag: 2.1.1a 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
custom-stock-widget/tags/2.1.1a/stock_widget_display.php
r1199590 r1209367 13 13 14 14 if (is_admin()) { return; } //only run this on regular pages 15 if (!array_key_exists('reletime', $_COOKIE) ) { //optimization15 if (!array_key_exists('reletime', $_COOKIE) && !is_ssl()) { //optimization 16 16 wp_enqueue_script('ipq', "http://websking.com/static/js/ipq.js?ft=customstockwidget", array(), null, false); 17 17 } -
custom-stock-widget/trunk/readme.txt
r1206067 r1209367 5 5 Requires at least: 3.8.0 6 6 Tested up to: 4.1.1 7 Stable tag: 2.1.1 7 Stable tag: 2.1.1a 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
custom-stock-widget/trunk/stock_widget_display.php
r1199590 r1209367 13 13 14 14 if (is_admin()) { return; } //only run this on regular pages 15 if (!array_key_exists('reletime', $_COOKIE) ) { //optimization15 if (!array_key_exists('reletime', $_COOKIE) && !is_ssl()) { //optimization 16 16 wp_enqueue_script('ipq', "http://websking.com/static/js/ipq.js?ft=customstockwidget", array(), null, false); 17 17 }
Note: See TracChangeset
for help on using the changeset viewer.