I tried to change the footer text in Editor - extras.php. I received a http error 500 after trying to save the changes. I went back in and replaced the css with the original code but I am still getting the same error. How can I fix this?
Here is the original code that I used last:
function activello_footer_info() {
global $activello_footer_info;
printf( esc_html__( ‘Theme by %1$s Powered by %2$s’, ‘activello’ ) , ‘Colorlib’, ‘WordPress’);
}
Thank you for your reply. I couldn’t access the dashboard at all after my mistake so I ended up changing the template in phpMyAdmin to twentysixteen. Then I was able to login, delete activello and reinstall it. That fixed all the problems.