Plugin Directory

Changeset 1299334


Ignore:
Timestamp:
12/02/2015 09:30:37 PM (9 years ago)
Author:
graphicedit
Message:

for Mobile

Location:
xmas-lights/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xmas-lights/trunk/readme.txt

    r1215544 r1299334  
    66Requires at least: 4.2.2
    77Tested up to: 4.3
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99
    1010Add nice looking animated Xhristmas(Christmas) Lights to the top of site.
  • xmas-lights/trunk/xmas-lights.php

    r1162356 r1299334  
    44Plugin URI: http://graphicedit.com/blog/plugin/xmas-lights/
    55Description: This plugin adds Xmas Lights.
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: GraphicEdit
    88Author URI: http://graphicedit.com/
     
    5353//////////////////
    5454/////////////////
    55 add_action('wp_footer','xmas_lights');
     55
     56
     57
     58if (!wp_is_mobile()) {
     59add_action('wp_footer','xmas_lights');
     60}
     61 
    5662
    5763?>
Note: See TracChangeset for help on using the changeset viewer.