From a1fc842af62c9e3f6e7c02b6ecb2d0de4b8d144b Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 26 Oct 2020 10:21:55 -0500 Subject: [PATCH] Image to Post - qr code --- ext/qr_code/info.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/qr_code/info.php b/ext/qr_code/info.php index bdb0b914..684f1531 100644 --- a/ext/qr_code/info.php +++ b/ext/qr_code/info.php @@ -11,7 +11,7 @@ class QRImageInfo extends ExtensionInfo public $license = self::LICENSE_GPLV2; public $description = "Turns BBCode into HTML"; public $documentation = -"Shows a QR Code for downloading an image to cell phones. -Based on Artanis's Link to Image Extension +"Shows a QR Code for downloading a post to cell phones. +Based on Artanis's Link to Post Extension Further modified by Shish to remove the 7MB local QR generator and replace it with a link to google chart APIs"; }