summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/tinymce/tiny_mce_popup.js
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/js/tinymce/tiny_mce_popup.js')
-rw-r--r--wp-includes/js/tinymce/tiny_mce_popup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/js/tinymce/tiny_mce_popup.js b/wp-includes/js/tinymce/tiny_mce_popup.js
index 84cbded..6c8f73b 100644
--- a/wp-includes/js/tinymce/tiny_mce_popup.js
+++ b/wp-includes/js/tinymce/tiny_mce_popup.js
@@ -132,7 +132,7 @@ tinyMCEPopup = {
// To avoid domain relaxing issue in Opera
function close() {
- t.editor.windowManager.close(window, t.id);
+ t.editor.windowManager.close(window);
tinymce = tinyMCE = t.editor = t.params = t.dom = t.dom.doc = null; // Cleanup
};
@@ -183,7 +183,7 @@ tinyMCEPopup = {
// Set inline title
if (!t.isWindow)
- t.editor.windowManager.setTitle(ti, t.id);
+ t.editor.windowManager.setTitle(window, ti);
else
window.focus();