Add support for DFW for all instances of the editor, part props sushkov, fixes #19843

git-svn-id: http://svn.automattic.com/wordpress/trunk@20166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2012-03-09 23:23:10 +00:00
parent 3bf6b4ab5a
commit dcb5dc204c
9 changed files with 417 additions and 428 deletions

View File

@@ -34,7 +34,7 @@
ed.addCommand('wpFullScreenInit', function() {
var d, b, fsed;
ed = tinymce.get('content');
ed = tinyMCE.activeEditor;
d = ed.getDoc();
b = d.body;