Revert "Merge tag 'v2.10.6'"

This reverts commit 122ea4ab9e, reversing
changes made to c54a11e250.
This commit is contained in:
2024-02-16 23:06:09 -06:00
parent 122ea4ab9e
commit 6c08ee9675
521 changed files with 12363 additions and 14503 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.";
}