mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
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:
parent
55fd6017f8
commit
ca1645fb69
@ -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'); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user