X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FTitle.php;h=718239dbeb44a8ba85b03ae1d77b6373f61d9689;hb=d97455ca21711e8493beada7c533ca73de3d790b;hp=3da6ab95525376de9999ba1566bb29e71b16df3a;hpb=91be4ee4645e28866910f654c6eda730a692fc90;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index 3da6ab9552..718239dbeb 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -776,6 +776,7 @@ class Title implements LinkTarget { * @return string Escaped string */ static function escapeFragmentForURL( $fragment ) { + wfDeprecated( __METHOD__, '1.30' ); # Note that we don't urlencode the fragment. urlencoded Unicode # fragments appear not to work in IE (at least up to 7) or in at least # one version of Opera 9.x. The W3C validator, for one, doesn't seem