Correct [19952]. see #19592.
git-svn-id: https://develop.svn.wordpress.org/trunk@19996 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9f29c06954
commit
fefbd866d6
@ -1,5 +1,5 @@
|
||||
(function(undefined){
|
||||
if ( undefined === tinyMCEPreInit )
|
||||
(function(){
|
||||
if ( typeof tinyMCEPreInit === 'undefined' )
|
||||
return;
|
||||
|
||||
var t = tinyMCEPreInit, baseurl = t.base, markDone = tinymce.ScriptLoader.markDone, lang = t.ref.language,
|
||||
|
Loading…
Reference in New Issue
Block a user