r40424 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40423‎ | r40424 | r40425 >
Date:07:45, 4 September 2008
Author:tstarling
Status:old
Tags:
Comment:
Clarify documentation
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -2275,7 +2275,8 @@
22762276 * specified fragment before setting, so it assumes you're passing it with
22772277 * an initial "#".
22782278 *
2279 - * @deprecated Use Title::makeTitle() with fragment parameter.
 2279+ * Deprecated for public use, use Title::makeTitle() with fragment parameter.
 2280+ * Still in active use privately.
22802281 *
22812282 * @param $fragment \type{\string} text
22822283 */