This commit is contained in:
Shish
2023-11-11 21:49:12 +00:00
parent 848797030e
commit fd1bb21f9d
235 changed files with 1551 additions and 1591 deletions

View File

@@ -14,5 +14,5 @@ class NumericScoreInfo extends ExtensionInfo
public array $authors = self::SHISH_AUTHOR;
public string $license = self::LICENSE_GPLV2;
public string $description = "Allow users to score images";
public ?string $documentation ="Each registered user may vote a post +1 or -1, the image's score is the sum of all votes.";
public ?string $documentation = "Each registered user may vote a post +1 or -1, the image's score is the sum of all votes.";
}