Parse error in theme options.php
-
Hello,
I was trying to change the default font color to my wordpress theme, and copy and pasted a line of code at the end of this section then deleted it:
array( “name” => “Custom CSS Code”,
“desc” => “In case you want to modify the CSS of the theme, you can write your code here.”,
“id” => $shortname.”_custom_css”,
“type” => “textarea”,
“std” => “” ),`Now I’m receiving this error:
Parse error: syntax error, unexpected ‘{‘, expecting ‘)’ in /home/content/28/7648828/html/wp-content/themes/celtabusiness/lib/theme-options.php on line 37Line 37 is currently blank. Please help!!
The topic ‘Parse error in theme options.php’ is closed to new replies.