diff options
Diffstat (limited to 'includes/api/ApiParse.php')
-rw-r--r-- | includes/api/ApiParse.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index 6b9f65bdfec9..8f95d2ea87db 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -587,7 +587,7 @@ class ApiParse extends ApiBase { ) ); } - protected function getExamples() { + public function getExamples() { return array( 'api.php?action=parse&text={{Project:Sandbox}}' ); |