summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/functions.php b/functions.php
index 2dc2a16d6..1db2d2738 100644
--- a/functions.php
+++ b/functions.php
@@ -3690,9 +3690,7 @@
}
if (strtolower($entry->nodeName) == "a") {
- if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW', $owner)) {
- $entry->setAttribute("target", "_blank");
- }
+ $entry->setAttribute("target", "_blank");
}
if (strtolower($entry->nodeName) == "img" && !$br_inserted) {