Explorar el Código

Small fix, Custom CSS option should work properly now

Jimmy Conner hace 22 años
padre
commit
664a67babf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',