Image to Post - artists

This commit is contained in:
Matthew Barbour 2020-10-26 10:24:44 -05:00
parent d6a2b3840c
commit ee30c6d06e

View File

@ -408,7 +408,7 @@ class ArtistsTheme extends Themelet
'</span>';
}
$page->add_block(new Block("Artist Images", $artist_images, "main", 20));
$page->add_block(new Block("Artist Posts", $artist_images, "main", 20));
}
private function render_aliases(array $aliases, bool $userIsLogged, bool $userIsAdmin): string
@ -548,10 +548,10 @@ class ArtistsTheme extends Themelet
public function get_help_html()
{
return '<p>Search for images with a particular artist.</p>
return '<p>Search for posts with a particular artist.</p>
<div class="command_example">
<pre>artist=leonardo</pre>
<p>Returns images with the artist "leonardo".</p>
<p>Returns posts with the artist "leonardo".</p>
</div>
';
}