PluginProbe
CSS & JavaScript Toolbox / 6.0.9
CSS & JavaScript Toolbox v6.0.9
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | css-js-toolbox.php +2 -2 6.06.0.9 View file →
@@ -2,9 +2,9 @@
2 2 /*
3 3 Plugin Name: CSS & JavaScript Toolbox
4 4 Plugin URI: http://css-javascript-toolbox.com/css-javascript-toolbox-free
5 5 Description: CJT Plugin for WordPress to easily add custom CSS and JavaScript to individual pages
6 -Version: 6.0
6 +Version: 6.0.9
7 7 Author: Wipeout Media
8 8 Author URI: http://css-javascript-toolbox.com/
9 9
10 10 Copyright (c) 2011, Wipeout Media.
@@ -284,9 +284,9 @@
284 284 protected function main() {
285 285 // Access point base class is a dependency!
286 286 require_once 'framework/access-points/access-point.class.php';
287 287 // Run Main Acces Point!
288 - require_once 'access.points/main.accesspoint.php';
288 + include_once 'access.points/main.accesspoint.php';
289 289 $this->mainAC = new CJTMainAccessPoint();
290 290 $this->mainAC->listen();
291 291 }
292 292