From cca8e94d9cfbb93c59f75409cf84fdd3f0efeda9 Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 13 Sep 2005 09:51:27 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@319 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-admin/admin-header.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wp-inst/wp-admin/admin-header.php') diff --git a/wp-inst/wp-admin/admin-header.php b/wp-inst/wp-admin/admin-header.php index 4acabb0..70cd89a 100644 --- a/wp-inst/wp-admin/admin-header.php +++ b/wp-inst/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" -- cgit