X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FGlobalFunctions.php;h=0152209d0787409d22560408a8be1ad573c54010;hb=94acc8fa8d9f018c38a79a9893fb9567a91fa352;hp=7667a9e52a88652351af5289279ca8affa319fd5;hpb=5f4a6e7f2a454eafd0c847afc1e9dc1594623ffa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 7667a9e52a..0152209d07 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2514,6 +2514,7 @@ function wfDiff( $before, $after, $params = '-u' ) { * @throws MWException */ function wfUsePHP( $req_ver ) { + wfDeprecated( __FUNCTION__, '1.30' ); $php_ver = PHP_VERSION; if ( version_compare( $php_ver, (string)$req_ver, '<' ) ) {