diff options
Diffstat (limited to 'includes/api/ApiQueryPageProps.php')
-rw-r--r-- | includes/api/ApiQueryPageProps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index dd19bf23cfb3..87f90c59672a 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -137,7 +137,7 @@ class ApiQueryPageProps extends ApiQueryBase { protected function getExamplesMessages() { return array( - 'action=query&prop=pageprops&titles=Category:Foo' + 'action=query&prop=pageprops&titles=Main%20Page|MediaWiki' => 'apihelp-query+pageprops-example-simple', ); } |