diff --git a/ext/bulk_actions/info.php b/ext/bulk_actions/info.php index fc25998d..bb49ea82 100644 --- a/ext/bulk_actions/info.php +++ b/ext/bulk_actions/info.php @@ -9,5 +9,5 @@ class BulkActionsInfo extends ExtensionInfo public $authors = ["Matthew Barbour"=>"matthew@darkholme.net"]; public $license = self::LICENSE_WTFPL; public $description = "Provides query and selection-based bulk action support"; - public $documentation = "Provides bulk action section in list view. Allows performing actions against a set of images based on query or manual selection. Based on Mass Tagger by Christian Walde , contributions by Shish and Agasa."; + public $documentation = "Provides bulk action section in list view. Allows performing actions against a set of posts based on query or manual selection. Based on Mass Tagger by Christian Walde , contributions by Shish and Agasa."; } diff --git a/ext/bulk_actions/theme.php b/ext/bulk_actions/theme.php index 52b3f24c..68a66bcb 100644 --- a/ext/bulk_actions/theme.php +++ b/ext/bulk_actions/theme.php @@ -8,7 +8,7 @@ class BulkActionsTheme extends Themelet