Relative links in RTE. fixes #2492
git-svn-id: https://develop.svn.wordpress.org/trunk@3612 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0a30296803
commit
ac58b495e7
|
@ -140,6 +140,7 @@ initArray = {
|
|||
convert_newlines_to_brs : false,
|
||||
remove_linebreaks : true,
|
||||
save_callback : "wp_save_callback",
|
||||
document_base_url : "<?php echo trailingslashit(get_bloginfo('home')); ?>",
|
||||
valid_elements : "<?php echo $valid_elements; ?>",
|
||||
<?php do_action('mce_options'); ?>
|
||||
plugins : "<?php echo $plugins; ?>"
|
||||
|
|
Loading…
Reference in New Issue