Revert
r62506 (use Parser::tidy() for b/c instead of newer MWTidy::tidy()). Keeping back compat for one version or two is typically ok, but trying to support trunk Code Review on 1.14 and below is a waste of time. MWTidy was added in 1.15, so we should use it in trunk and from here on out. And finally, any method that uses wfDeprecated() should NOT be called, as it throws warnings.