X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryPageProps.php;h=52be5cad833495292706af9f8ccbaa13a2d27357;hb=171313e2ab337fcdfa5d366784192a96bc55d007;hp=2de57106e9f2f8884f2b4ca99100463f1f59e5ef;hpb=be6a0c59043e24a199662f8ca596842ab56b2e58;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index 2de57106e9..52be5cad83 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -115,6 +115,7 @@ class ApiQueryPageProps extends ApiQueryBase { if ( !$fit ) { $this->setContinueEnumParameter( 'continue', $page ); } + return $fit; } @@ -134,12 +135,13 @@ class ApiQueryPageProps extends ApiQueryBase { public function getParamDescription() { return array( 'continue' => 'When more results are available, use this to continue', - 'prop' => 'Only list these props. Useful for checking whether a certain page uses a certain page prop', + 'prop' => 'Only list these props. Useful for checking whether a ' . + 'certain page uses a certain page prop', ); } public function getDescription() { - return 'Get various properties defined in the page content'; + return 'Get various properties defined in the page content.'; } public function getExamples() {