From 52bce9ffd0ce208e0a19f5b3c71c36ef9e404091 Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 26 Oct 2020 10:14:50 -0500 Subject: [PATCH] Image to Post - media --- ext/media/theme.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/media/theme.php b/ext/media/theme.php index f950361c..6f1fe2b7 100644 --- a/ext/media/theme.php +++ b/ext/media/theme.php @@ -20,16 +20,16 @@ class MediaTheme extends Themelet public function get_help_html() { - return '

Search for items based on the type of media.

+ return '

Search for posts based on the type of media.

content:audio
-

Returns items that contain audio, including videos and audio files.

+

Returns posts that contain audio, including videos and audio files.

content:video
-

Returns items that contain video, including animated GIFs.

+

Returns posts that contain video, including animated GIFs.

-

These search terms depend on the items being scanned for media content. Automatic scanning was implemented in mid-2019, so items uploaded before, or items uploaded on a system without ffmpeg, will require additional scanning before this will work.

+

These search terms depend on the posts being scanned for media content. Automatic scanning was implemented in mid-2019, so posts uploaded before, or posts uploaded on a system without ffmpeg, will require additional scanning before this will work.

'; } }