Преглед изворни кода

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);
     closedir($handle);
     
     
-    if ( count( $css_values > 1 ) ) {
+    if ( count( $css_values ) > 1 ) {
     
     
         $optvals[SMOPT_GRP_GENERAL][] = array(
         $optvals[SMOPT_GRP_GENERAL][] = array(
             'name'    => 'custom_css',
             'name'    => 'custom_css',