Register Sidebar Array Parse Error
-
Any help would be greatly appreciated.
I have received a parse error after i used my editer for edit themes. I was playing around with the html I know i brought this on myself. But after trying to add some code for an image i replaced everything and updated the file and I have a parse error and starting there is an error on like 86Here is the part that I messed with
if ( function_exists(‘register_sidebar’) )
{
register_sidebar(array(
‘name’ => ‘Sidebar-Single’,
‘before_widget’ => ‘<div class=”bottombar”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’,And I replaced it all exactly how I found it the line with register_sidebar(array( is line 86.
Thanks for any help
The topic ‘Register Sidebar Array Parse Error’ is closed to new replies.