I tried to edit Alex King's Popularity Contest plug-in to change the number of displayed posts. I didn't really know what I was doing, but I figured if I saved the original coding I could put it back the way it was originally if I broke anything.
I changed a line of code in "The Loop" section.
I'm 90% certain the line of code originally looked like this:
function show_report($type = 'popular', $limit = 10, $custom = ()) {
I changed it so it looked like this:
function show_report($type = 'popular', $limit = 10, $5 = ()) {
It gave me a failed error message. I tried to change it back but it kept saying fatal error and deactivating the plug-in.
It's taken down the whole blog. The posts aren't displaying, the about page isn't displaying. I basically killed the blog with a single keystroke.
Any suggestions?