It's probably because of an empty line at the end of your functions.php in the theme. Can also be the same error in a plugin.
Best thing is to remove ?>
at the end of functions.php, that way it can't happen again.
It's probably because of an empty line at the end of your functions.php in the theme. Can also be the same error in a plugin.
Best thing is to remove ?>
at the end of functions.php, that way it can't happen again.