diff --git a/functions.php b/functions.php
index 6a5dedf..12cc230 100644
--- a/functions.php
+++ b/functions.php
@@ -1,6 +1,6 @@
themeFile(getTheme(), $uri)) . MATERIAL_VERSION;
- //$md5 = md5(file_get_contents($options->themeFile(getTheme(), $uri)));
$hash = md5($identifier);
echo '';
}
@@ -45,7 +44,6 @@ function cssLsload($name, $uri)
{
$options = Helper::options();
$identifier = $name . $uri . filemtime($options->themeFile(getTheme(), $uri)) . MATERIAL_VERSION;
- //$md5 = md5(file_get_contents($options->themeFile(getTheme(), $uri)));
$hash = md5($identifier);
echo '';
echo '';
diff --git a/index.php b/index.php
index 31b0910..c57817f 100644
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
*
* @package Material
* @author 黎明余光
- * @version 3.2.1
+ * @version 3.2.2
* @link https://blog.lim-light.com
*/