Followup r92396
[lhc/web/wiklou.git] / includes / api / ApiQueryPageProps.php
index 087f8c8..3bc6a38 100644 (file)
@@ -148,6 +148,10 @@ class ApiQueryPageProps extends ApiQueryBase {
                );
        }
 
+       public function getHelpUrls() {
+               return 'http://www.mediawiki.org/wiki/API:Properties#pageprops_.2F_pp';
+       }
+
        public function getVersion() {
                return __CLASS__ . ': $Id$';
        }