Skip to content

Commit c6d5ab1

Browse files
committed
Fix TinyMCE js url
1 parent e4d5530 commit c6d5ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/tinymce_plugin/_tinymce.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ function get_tmce_init( $edit_layout, $content_id, $target_type )
804804
global $baseurl;
805805

806806
// Get URL of TinyMCE JS files:
807-
$tiny_mce_js_files_url = ( is_admin_page() || empty( $Blog ) ? $rsc_url : $Blog->get_local_plugins_url() ).'js/tiny_mce/';
807+
$tiny_mce_js_files_url = ( is_admin_page() || empty( $Blog ) ? $rsc_url : $Blog->get_local_rsc_url() ).'js/tiny_mce/';
808808

809809
$tmce_plugins_array = array(
810810
'image',

0 commit comments

Comments
 (0)