From ca1645fb69237cf9541c588af887c4d40fcc3a2c Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 12 Sep 2005 22:42:32 +0000 Subject: [PATCH] Don't rewrite to relative URLs. git-svn-id: https://develop.svn.wordpress.org/trunk@2870 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index cd0fbe15ac..50405ee156 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -96,6 +96,7 @@ tinyMCE.init({ theme_advanced_resizing : true, theme_advanced_resize_horizontal : false, entity_encoding : "raw", + relative_urls : false, extended_valid_elements : "a[id|href|title|onclick],img[class|src|alt|title|width|height|align]", plugins : "emotions,wordpress"