diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index fc72c01f2..7f46c3535 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1494,11 +1494,19 @@ if (!get_pref($link, "_PREFS_PUBLISH_KEY")) { set_pref($link, "_PREFS_PUBLISH_KEY", generate_publish_key()); } + + if (!get_pref($link, "_PREFS_OPML_PUBLISH_KEY")){ + set_pref($link, "_PREFS_OPML_PUBLISH_KEY", generate_publish_key()); print "
".__('Published articles are exported as a public RSS feed and can be subscribed by anyone who knows the URL specified below.')."
"; print " "; + + print "".__('Your OPML can be published publicly and can be subscribed by anyone who knows the URL below.')."
"; + + print " "; }