Relative links in RTE. fixes #2492
git-svn-id: http://svn.automattic.com/wordpress/trunk@3612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
509ffdb9a7
commit
2714ef2df9
|
@ -140,6 +140,7 @@ initArray = {
|
||||||
convert_newlines_to_brs : false,
|
convert_newlines_to_brs : false,
|
||||||
remove_linebreaks : true,
|
remove_linebreaks : true,
|
||||||
save_callback : "wp_save_callback",
|
save_callback : "wp_save_callback",
|
||||||
|
document_base_url : "<?php echo trailingslashit(get_bloginfo('home')); ?>",
|
||||||
valid_elements : "<?php echo $valid_elements; ?>",
|
valid_elements : "<?php echo $valid_elements; ?>",
|
||||||
<?php do_action('mce_options'); ?>
|
<?php do_action('mce_options'); ?>
|
||||||
plugins : "<?php echo $plugins; ?>"
|
plugins : "<?php echo $plugins; ?>"
|
||||||
|
|
Loading…
Reference in New Issue