Skip to content

Commit 5739eb8

Browse files
committed
Merge remote-tracking branch 'origin/release/6.11.x' into release/7.1.x
2 parents 2a6e95a + c6d5ab1 commit 5739eb8

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
@@ -825,7 +825,7 @@ function get_tmce_init( $edit_layout, $content_id, $target_type )
825825
global $baseurl;
826826

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

830830
$tmce_plugins_array = array(
831831
'image',

0 commit comments

Comments
 (0)