Admin fatal error
-
My wp-admin shows the following error
Parse error: syntax error, unexpected T_IF, expecting ‘{‘ in /home/happlcom/public_html/wp-admin/includes/update.php on line 240
Therefore I can no longer login to my admin control.
Would you have any idea as to what could be wrong – the code for line 239 -246 is as follows
function wp_update_theme($theme, $feedback = ”)
if ( empty $feedback )
add_filter(‘update_feedback’, $feedback);include ABSPATH . ‘wp-admin/includes/class-wp-upgrader.php’;
$upgrader = new Theme_Upgrader();
return $upgrader->upgrade($theme);
}cheers!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Admin fatal error’ is closed to new replies.