From 3ac5d05a2547ac5cc29b3d1be50d10427975ea46 Mon Sep 17 00:00:00 2001 From: Matthew Barbour Date: Mon, 26 Oct 2020 10:22:03 -0500 Subject: [PATCH] Image to Post - notes --- ext/notes/theme.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/notes/theme.php b/ext/notes/theme.php index abc18993..c6a2c6aa 100644 --- a/ext/notes/theme.php +++ b/ext/notes/theme.php @@ -186,7 +186,7 @@ class NotesTheme extends Themelet $html = "". "". - "". + "". "". "". "". @@ -250,23 +250,23 @@ class NotesTheme extends Themelet public function get_help_html() { - return '

Search for images with notes.

+ return '

Search for posts with notes.

note=noted
-

Returns images with a note matching "noted".

+

Returns posts with a note matching "noted".

notes>0
-

Returns images with 1 or more notes.

+

Returns posts with 1 or more notes.

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

notes_by=username
-

Returns images with note(s) by "username".

+

Returns posts with note(s) by "username".

notes_by_user_id=123
-

Returns images with note(s) by user 123.

+

Returns posts with note(s) by user 123.

'; }
ImagePostNoteBodyUpdater