From 296195afe1f8f58c4ac479a5d392ee8570ba6650 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 12 Sep 2005 22:42:32 +0000 Subject: [PATCH] Don't rewrite to relative URLs. git-svn-id: http://svn.automattic.com/wordpress/trunk@2870 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 cd0fbe15a..50405ee15 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"