Clarify documentation
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 4 Sep 2008 07:45:52 +0000 (07:45 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 4 Sep 2008 07:45:52 +0000 (07:45 +0000)
includes/Title.php

index cf3e038..8c256fe 100644 (file)
@@ -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
         */