From e731df02b63489c853820985f233cb3011067e50 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 13 Feb 2009 21:36:34 +0000 Subject: [PATCH] Fix leftover doc comment in ApiQueryProtectedTitles --- includes/api/ApiQueryProtectedTitles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryProtectedTitles.php b/includes/api/ApiQueryProtectedTitles.php index 62bc3ca5b6..28b9791a47 100644 --- a/includes/api/ApiQueryProtectedTitles.php +++ b/includes/api/ApiQueryProtectedTitles.php @@ -29,7 +29,7 @@ if (!defined('MEDIAWIKI')) { } /** - * Query module to enumerate all available pages. + * Query module to enumerate all create-protected pages. * * @ingroup API */ -- 2.20.1