I am using a child of the twenty twelve theme.
While trying to remove a random line on my new blog that was simply a period hanging beneath each post, I removed the '.' at the end of the ' 'twentytwelve') '
text in my 'functions.php' page from the code:
// If current post author is also comment author, make it known visually.
( $comment->user_id === $post->post_author ) ? '<span>' . __( 'Post author', 'twentytwelve' ) . '</span>' : ''
As soon as I pushed 'update file' after removing the period, I was sent to the "Internal Server Error" page you see here.
I went back to the previous page, replaced the '.' as it was, and saved the file. Still, I am receiving the "Internal Server Error" error message and cannot access my wordpress login. I went into my server login outside of wordpress and checked the file. It is back to it's original code with the period included, but still the pages are not working. Perhaps the issue isn't related to the functions.php file, but the error occurred right after I changed the file.
Can anyone advise how to bring my blog back? It would be a huge help.