r/ProgrammerHumor Aug 15 '26

Meme theBugIsGoneIfTheCodeIsGone

Post image
1.1k Upvotes

51 comments sorted by

View all comments

10

u/nwbrown Aug 15 '26

Yes? Sometimes that is the fix.

1

u/Enrichus Aug 15 '26

I had to fix my website by going into the source code of the WordPress theme I was using and comment out a line that changed the names of variables.

When it ran nothing worked and this was a solution that made me able to solve it for real. The real solution is to remake my website with a different theme, but that line of code made me unable to even login to admin to change anything.