Plugin Directory

Changeset 1311230


Ignore:
Timestamp:
12/17/2015 09:50:19 PM (10 years ago)
Author:
ClickSold
Message:

cs-pkg-deploy.pl comitting clicksold vers (1.76) - Thu Dec 17 14:50:14 2015

Location:
clicksold-wordpress-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clicksold-wordpress-plugin/trunk/cs_listings_plugin.php

    r1310404 r1311230  
    9393// *** Scripts only no css.
    9494global $cs_included_script_names;
    95 $cs_included_script_names = [];
    96 $cs_included_script_names['header'] = [];
    97 $cs_included_script_names['footer'] = [];
     95$cs_included_script_names = array();
     96$cs_included_script_names['header'] = array();
     97$cs_included_script_names['footer'] = array();
    9898
    9999//Include the WP_Http class used for making HTTP requests
  • clicksold-wordpress-plugin/trunk/js/cs_shortcodes_tinymce_handler_since_wp39.js

    r1137399 r1311230  
    2828
    2929        // Create the menu that will be used by the menu button from the cs_shortcodes configured list.
    30         var csShortcodesMenu = []; var i;
     30        var csShortcodesMenu = array(); var i;
    3131        for( i = 0; i < cs_shortcodes.length; i++ ) {
    3232           
Note: See TracChangeset for help on using the changeset viewer.