diff --git a/ext/featured/info.php b/ext/featured/info.php index dc3e8bad..cbe3dd94 100644 --- a/ext/featured/info.php +++ b/ext/featured/info.php @@ -12,14 +12,14 @@ class FeaturedInfo extends ExtensionInfo public $description = "Bring a specific image to the users' attentions"; public $documentation = "Once enabled, a new \"feature this\" button will appear next -to the other image control buttons (delete, rotate, etc). +to the other post control buttons (delete, rotate, etc). Clicking it will set the image as the site's current feature, which will be shown in the side bar of the post list.
Viewing a featured post
Visit /featured_image/view
Downloading a featured post
Link to /featured_image/download
. This will give
-the raw data for an image (no HTML). This is useful so that you
+the raw data for a post (no HTML). This is useful so that you
can set your desktop wallpaper to be the download URL, refreshed
every couple of hours.";
}