X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FLinker.php;h=198015466fee68ce8d9f77c40046bf61ffeb80e0;hb=6b2c6fdf6a284d59476340db100347d7584ef0f0;hp=39f43946d2fe7701b2d3c19352296705297f4ae5;hpb=20e65a191541681c05d289efaf4edb20429da73d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Linker.php b/includes/Linker.php index 39f43946d2..198015466f 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -89,12 +89,6 @@ class Linker { return "$html"; } - if ( is_string( $query ) ) { - // some functions withing core using this still hand over query strings - wfDeprecated( __METHOD__ . ' with parameter $query as string (should be array)', '1.20' ); - $query = wfCgiToArray( $query ); - } - $services = MediaWikiServices::getInstance(); $options = (array)$options; if ( $options ) {