X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryIWLinks.php;h=7123138f9f722fb0232434254426e48c8d06ebf7;hb=1470d68c4cb13800bbe76c57fe1b8238ce0e2e16;hp=aca3f700c4d478616d0624c2e2c5521ebd2d2092;hpb=96366c1cf1966ca07e8f0b4361bbca28bfaf43a0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php index aca3f700c4..7123138f9f 100644 --- a/includes/api/ApiQueryIWLinks.php +++ b/includes/api/ApiQueryIWLinks.php @@ -51,7 +51,6 @@ class ApiQueryIWLinks extends ApiQueryBase { // Handle deprecated param $this->requireMaxOneParameter( $params, 'url', 'prop' ); if ( $params['url'] ) { - $this->logFeatureUsage( 'prop=iwlinks&iwurl' ); $prop = array( 'url' => 1 ); } @@ -151,7 +150,8 @@ class ApiQueryIWLinks extends ApiQueryBase { ApiBase::PARAM_ISMULTI => true, ApiBase::PARAM_TYPE => array( 'url', - ) + ), + ApiBase::PARAM_HELP_MSG_PER_VALUE => array(), ), 'prefix' => null, 'title' => null,