WordPress Wiki Error: Warning: Invalid argument Supplied For Foreach() In
This is an error that is being displayed on the front end of WordPress Wiki. Example: How I fixed this was I went into the class_WikiParser.php file and I commented out the ForEach statement found on line 271 through 273. My new line 271 through 273 looks like this: // foreach ($this->emphasis as $amount=>$state) { [...]