Don't rewrite to relative URLs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4b9631bd39
commit
296195afe1
|
@ -96,6 +96,7 @@ tinyMCE.init({
|
||||||
theme_advanced_resizing : true,
|
theme_advanced_resizing : true,
|
||||||
theme_advanced_resize_horizontal : false,
|
theme_advanced_resize_horizontal : false,
|
||||||
entity_encoding : "raw",
|
entity_encoding : "raw",
|
||||||
|
relative_urls : false,
|
||||||
extended_valid_elements : "a[id|href|title|onclick],img[class|src|alt|title|width|height|align]",
|
extended_valid_elements : "a[id|href|title|onclick],img[class|src|alt|title|width|height|align]",
|
||||||
plugins : "emotions,wordpress"
|
plugins : "emotions,wordpress"
|
||||||
<?php do_action('mce_options'); ?>
|
<?php do_action('mce_options'); ?>
|
||||||
|
|
Loading…
Reference in New Issue