Remove oEmbed references and auto-insert of shortcodes from the UI, fixes #11288

git-svn-id: https://develop.svn.wordpress.org/trunk@12304 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-12-01 09:22:48 +00:00
parent 55ea0988cd
commit a308e5f1da
6 changed files with 49 additions and 46 deletions
@@ -177,6 +177,7 @@
}
});
/* disable for now
ed.onBeforeSetContent.add(function(ed, o) {
o.content = t._setEmbed(o.content);
});
@@ -185,6 +186,7 @@
if ( o.get )
o.content = t._getEmbed(o.content);
});
*/
// Add listeners to handle more break
t._handleMoreBreak(ed, url);
File diff suppressed because one or more lines are too long