aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryPageProps.php
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2015-04-24 13:43:59 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2015-04-24 13:43:59 +0000
commit9e18610457ce599db51d3b14af83c31053ea0ace (patch)
treede87eb5f8180fe4901c776eff60f3cece8183b1d /includes/api/ApiQueryPageProps.php
parent934be10d3a81e8c2f59e14b6efa7115ab348103f (diff)
parent3cdc12c6097527d2e8d3dd7866c2ebc802d0643b (diff)
downloadmediawikicore-9e18610457ce599db51d3b14af83c31053ea0ace.tar.gz
mediawikicore-9e18610457ce599db51d3b14af83c31053ea0ace.zip
Merge "Better pageprops API example"
Diffstat (limited to 'includes/api/ApiQueryPageProps.php')
-rw-r--r--includes/api/ApiQueryPageProps.php2
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',
);
}