summaryrefslogtreecommitdiffstats
path: root/wp-links-opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-links-opml.php')
-rw-r--r--wp-links-opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-links-opml.php b/wp-links-opml.php
index cfbb274..7a2c220 100644
--- a/wp-links-opml.php
+++ b/wp-links-opml.php
@@ -5,7 +5,7 @@ if (empty($wp)) {
wp();
}
-header('Content-type: text/xml; charset=' . get_settings('blog_charset'), true);
+header('Content-type: text/xml; charset=' . get_option('blog_charset'), true);
$link_cat = $_GET['link_cat'];
if ((empty ($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
$link_cat = '';