Last modified: 2014-07-28 10:21:09 UTC
Several of the deprecated functions of Linker.php are still in use by the mediawiki core. These calls should probably be converted. 0 makeLink 0 makeKnownLink 1 makeBrokenLink (parser/LinkHolderArray) 0 makeStubLink 0 makeLinkObj 0 makeKnownLinkObj 1 makeBrokenLinkObj (parser/LinkHolderArray) 0 makeStubLinkObj 1 makeColouredLinkObj (parser/LinkHolderArray) 0 makeImageLinkObj 2 makeMediaLink (parser/Parser.php, specials/SpecialMIMEsearch)
Repurposed this bug slightly because these functions should be removed completely now. Pushed in Gerrit change #4536.
Change was abandoned, apparently those functions shouldn't be removed, just the calls to them fixed.
Linker::makeBrokenLink already removed Linker::makeBrokenLinkObj already removed Linker::makeColouredLinkObj already removed Linker::makeMediaLink already removed All callers in core are replaced, so this bug is fixed.