From d7c16176d3803148aa85966619ccbedc90aff5e9 Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 26 Oct 2020 10:14:23 -0500 Subject: [PATCH] Image to Post - mime --- ext/mime/theme.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/mime/theme.php b/ext/mime/theme.php index 024fbf69..5da350a7 100644 --- a/ext/mime/theme.php +++ b/ext/mime/theme.php @@ -14,11 +14,11 @@ class MimeSystemTheme extends Themelet sort($exts); $exts = join("
  • ", $exts); - return '

    Search for images by extension

    + return '

    Search for posts by extension

    ext=jpg
    -

    Returns images with the extension "jpg".

    +

    Returns posts with the extension "jpg".

    These extensions are available in the system: @@ -26,11 +26,11 @@ class MimeSystemTheme extends Themelet
    -

    Search for images by MIME type

    +

    Search for posts by MIME type

    mime=image/jpeg
    -

    Returns images that have the MIME type "image/jpeg".

    +

    Returns posts that have the MIME type "image/jpeg".

    These MIME types are available in the system: