summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php')
-rw-r--r--plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php b/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php
index b9e933aa..a502fac5 100644
--- a/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php
+++ b/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php
@@ -241,6 +241,7 @@ class csstidy {
* @var string
*/
public $tokens_list = "";
+
/**
* Loads standard template and sets default settings
* @access private
@@ -285,6 +286,10 @@ class csstidy {
$this->tokens_list = & $GLOBALS['csstidy']['tokens'];
}
+ function csstidy() {
+ $this->__construct();
+ }
+
/**
* Get the value of a setting.
* @param string $setting