mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Correct [19952]. see #19592.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c832f904ae
commit
ef5749ed57
@ -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…
x
Reference in New Issue
Block a user