From: Tim Starling Date: Thu, 4 Sep 2008 07:45:52 +0000 (+0000) Subject: Clarify documentation X-Git-Tag: 1.31.0-rc.0~45491 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=d42c5a500b812c06b1e3daef354d925331b80174;p=lhc%2Fweb%2Fwiklou.git Clarify documentation --- diff --git a/includes/Title.php b/includes/Title.php index cf3e03835d..8c256fe2f6 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2275,7 +2275,8 @@ class Title { * specified fragment before setting, so it assumes you're passing it with * an initial "#". * - * @deprecated Use Title::makeTitle() with fragment parameter. + * Deprecated for public use, use Title::makeTitle() with fragment parameter. + * Still in active use privately. * * @param $fragment \type{\string} text */