Changeset 1311230
- Timestamp:
- 12/17/2015 09:50:19 PM (10 years ago)
- Location:
- clicksold-wordpress-plugin/trunk
- Files:
-
- 2 edited
-
cs_listings_plugin.php (modified) (1 diff)
-
js/cs_shortcodes_tinymce_handler_since_wp39.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clicksold-wordpress-plugin/trunk/cs_listings_plugin.php
r1310404 r1311230 93 93 // *** Scripts only no css. 94 94 global $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(); 98 98 99 99 //Include the WP_Http class used for making HTTP requests -
clicksold-wordpress-plugin/trunk/js/cs_shortcodes_tinymce_handler_since_wp39.js
r1137399 r1311230 28 28 29 29 // 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; 31 31 for( i = 0; i < cs_shortcodes.length; i++ ) { 32 32
Note: See TracChangeset
for help on using the changeset viewer.