From 2712bcea09a5db4477fefbf939324d24cb72d838 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Jan 2010 12:21:06 +0300 Subject: [PATCH] unbreak published feed when not logged in --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index d1d5700f..6a18ffbf 100644 --- a/functions.php +++ b/functions.php @@ -3751,7 +3751,7 @@ $res = preg_replace('/]+>/is', '', $res); } - if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) { + if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW', $owner)) { $res = preg_replace("/href=/i", "target=\"_blank\" href=", $res); } -- 2.39.2