Last modified: 2014-02-28 22:20:39 UTC
Some functions are now marked deprecated but are still in use in the core code, and some are marked deprecated without reference to a version. The code should be cleansed for use of deprecated functions and deprecated functions should be marked properly with the version where it became deprecated. If functions that are not deprecated is indeed marked as such, then the marking should be removed.
Is there somewhere a bug about wfMsg use? We could mark it i18n.
And where appropriate, a link to the replacement would be useful. As of 1.22.2, wfMsg() just says it's deprecated, but with no reference to wfMessage().