Help! Edited function.php file and need assistance
-
I recently tried to add some code in the theme function.php file for breadcrumbs. I obviously did it wrong and it took down my whole site. I downloaded SmartFTP to fix the FTP file, but removing the code that I added didn’t seem to work. It’s still showing an error on ‘line 950’ (…./cyberchimps/functions.php on line 950)
Here are the last few lines of my file – can anyone tell me what is wrong?? Am I missing a bracket or something? If I can’t fix it, is there a way to download my theme and reupload again without losing my content?
if( !function_exists( ‘wp_unslash’ ) ) {
function wp_unslash( $value ) {
return stripslashes_deep( $value );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Help! Edited function.php file and need assistance’ is closed to new replies.