diff --git a/ext/tag_categories/theme.php b/ext/tag_categories/theme.php index f862198a..79d4f6a3 100644 --- a/ext/tag_categories/theme.php +++ b/ext/tag_categories/theme.php @@ -101,14 +101,14 @@ class TagCategoriesTheme extends Themelet public function get_help_html() { - return '

Search for images containing a certain number of tags with the specified tag category.

+ return '

Search for posts containing a certain number of tags with the specified tag category.

persontags=1
-

Returns images with exactly 1 tag with the tag category "person".

+

Returns posts with exactly 1 tag with the tag category "person".

cattags>0
-

Returns images with 1 or more tags with the tag category "cat".

+

Returns posts with 1 or more tags with the tag category "cat".

Can use <, <=, >, >=, or =.

Category name is not case sensitive, category must exist for search to work.