summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 18:27:47 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 18:27:47 +0300
commit6039f5efb625a0495788432c244c10fa5610aaf7 (patch)
tree2d92ecfb463864f34a6911a916832305f4ba7cb7 /modules/pref-feeds.php
parent065e3ee47b692926fe25ede92f58cb319bce68b4 (diff)
pref-feeds: clarify cache images description
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php14
1 files changed, 3 insertions, 11 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 8d354a668..0596fc076 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -428,18 +428,10 @@
$checked = "";
}
- if (SIMPLEPIE_CACHE_IMAGES) {
- $disabled = "";
- $label_class = "";
- } else {
- $disabled = "disabled";
- $label_class = "class='insensitive'";
- }
-
print "<br/><input type=\"checkbox\" id=\"cache_images\"
- name=\"cache_images\" $disabled
- $checked>&nbsp;<label $label_class for=\"cache_images\">".
- __('Cache images locally')."</label>";
+ name=\"cache_images\"
+ $checked>&nbsp;<label for=\"cache_images\">".
+ __('Cache images locally (SimplePie only)')."</label>";
print "</div>";