X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=includes%2Ftitle%2FTitleFormatter.php;h=8859066aa5062dd97a22108c943bdb0ca96b042e;hb=dbb8aeffe6923f9e01a29bb697dededd72305365;hp=4551d75a513d2e67bf0c0e7b7e32bb39c870e435;hpb=6bf34ad9c118994c7451f85b859b270c2c402b30;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/title/TitleFormatter.php b/includes/title/TitleFormatter.php index 4551d75a51..8859066aa5 100644 --- a/includes/title/TitleFormatter.php +++ b/includes/title/TitleFormatter.php @@ -50,7 +50,7 @@ interface TitleFormatter { /** * Returns the title text formatted for display, without namespace of fragment. * - * @note Only minimal normalization is applied. Consider using TitleValue::getText() directly. + * @note Consider using LinkTarget::getText() directly, it's identical. * * @param LinkTarget $title The title to format *