This commit is contained in:
NottyNoz
2023-03-16 22:29:45 -04:00
parent 6bf7d63a29
commit 48c3eae6b9
5 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ class QRImageInfo extends ExtensionInfo
public string $url = "http://seemslegit.com";
public array $authors = ["Zach Hall"=>"zach@sosguy.net"];
public string $license = self::LICENSE_GPLV2;
public string $description = "Turns BBCode into HTML";
public string $description = "Shows a QR Code for downloading a post to cell phones";
public ?string $documentation =
"Shows a QR Code for downloading a post to cell phones.
Based on Artanis's Link to Post Extension <artanis.00@gmail.com>