소스 검색

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',