From d43014a9ab9befece1f34d3c911abaca3a18dcac Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Tue, 2 Jun 2009 19:37:45 +0000 Subject: [PATCH] Fix Title::makeName's docs to be shown. --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index d373c16264..3c44877247 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -457,7 +457,7 @@ class Title { return trim( $t ); } - /* + /** * Make a prefixed DB key from a DB key and a namespace index * @param $ns \type{\int} numerical representation of the namespace * @param $title \type{\string} the DB key form the title -- 2.20.1