Recently I tried to update some code, and my computer started acting slow and some of the code messed up and I accidentally saved it, and I got the following error:
Parse error: syntax error, unexpected T_VARIABLE, expecting ')' in /home/covalty/public_html/wp-content/themes/nature/functions.php on line 85
Here's my code from line 80 to 95.
'id' => 'left_sidebar',
'description' =>'The left sidebar widget area',
'before_widget' => '<div id="%1$s" class="widget %2$s"><div class="inner">',
'after_widget' => '</div></div>',
'before_title' => '<div class="caption"><h3>',
'after_title' => '</h3></div>'
));