it looks like you have replaced your core functions.php file with your theme’s functions.php file. Make sure you’re changing directories in your ftp client when uploading these files.
After fixing the curly brace problem, upload your theme’s function.php file in this directory (wp-content/themes/rosemary/)
and then again download core functions.php file from here:
https://github.com/WordPress/WordPress/blob/master/wp-includes/functions.php
and put that in wp-includes/
Thank you, that makes sense. Okay, now I have this error:
“Fatal error: Call to undefined function is_wp_error() in /home/thesty28/public_html/wp-includes/load.php on line 434”
To be clear, this is the line it is talking about:
if ( is_wp_error( $prefix ) ) {
Am I removing the “{” symbol at the end?
no please don’t edit load.php file, just grab the code from here:
https://github.com/WordPress/WordPress/blob/master/wp-includes/load.php
and replace it. I think you have accidentally uploaded old load.php file 🙂
IT’S FIXED!!! 🙂
Wow, I can’t thank you enough! I would have had no idea what to do.
Thank you so much!!