From c9f185bd28bae7c41f55ebdb61e099246a197fb8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Oct 2009 14:36:25 +0400 Subject: batch feed editor: add support for always_display_enclosures option --- modules/pref-feeds.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index b30b6db6f..ce12806ee 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -527,6 +527,12 @@ print " "; batch_edit_cbox("include_in_digest", "include_in_digest_l"); + print "
 "; + + print " "; batch_edit_cbox("always_display_enclosures", "always_display_enclosures_l"); + print "