summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/admin-header.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-admin/admin-header.php')
-rw-r--r--wp-inst/wp-admin/admin-header.php1
1 files changed, 1 insertions, 0 deletions
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"
<?php do_action('mce_options'); ?>