浏览代码

Small fix, Custom CSS option should work properly now

Jimmy Conner 22 年之前
父节点
当前提交
664a67babf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/options/display.php

+ 1 - 1
include/options/display.php

@@ -58,7 +58,7 @@ function load_optpage_data_display() {
     }
     closedir($handle);
     
-    if ( count( $css_values > 1 ) ) {
+    if ( count( $css_values ) > 1 ) {
     
         $optvals[SMOPT_GRP_GENERAL][] = array(
             'name'    => 'custom_css',