Don't rewrite to relative URLs.

git-svn-id: https://develop.svn.wordpress.org/trunk@2870 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-09-12 22:42:32 +00:00
parent 55fd6017f8
commit ca1645fb69
1 changed files with 1 additions and 0 deletions

View File

@ -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'); ?>