Add token to the example of ApiAbuseFilterUnblockAutopromote.

Change-Id: I165afd2412053ea6477c0cd882b903855b277da2
This commit is contained in:
Liangent 2012-05-19 14:41:06 +08:00
parent 9b505a7418
commit 7ec9201ead

View file

@ -75,7 +75,7 @@ class ApiAbuseFilterUnblockAutopromote extends ApiBase {
public function getExamples() {
return array(
'api.php?action=abusefilterunblockautopromote&user=Bob'
"api.php?action=abusefilterunblockautopromote&user=Bob&token=%2B\\"
);
}