X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=blobdiff_plain;f=includes%2Fapi%2FApiHelp.php;h=092e3e655343d9df4290b856912ca64f4e9e63d5;hb=74174fca253b9a759d7402f09b7fc37d5de0e9be;hp=ecd6eb6a5506045d15fd0fae17882cf0ed78c688;hpb=9c299f6da617de1bcd08b7984a078df5bda806f1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiHelp.php b/includes/api/ApiHelp.php index ecd6eb6a55..092e3e6553 100644 --- a/includes/api/ApiHelp.php +++ b/includes/api/ApiHelp.php @@ -533,6 +533,17 @@ class ApiHelp extends ApiBase { $type = null; break; + case 'tags': + $tags = ChangeTags::listExplicitlyDefinedTags(); + $count = count( $tags ); + $info[] = $context->msg( 'api-help-param-list' ) + ->params( $multi ? 2 : 1 ) + ->params( $context->getLanguage()->commaList( $tags ) ) + ->parse(); + $hintPipeSeparated = false; + $type = null; + break; + case 'limit': if ( isset( $settings[ApiBase::PARAM_MAX2] ) ) { $info[] = $context->msg( 'api-help-param-limit2' )