From 13aee01e2b909c8bd522c179101bdec8c7afb045 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 8 Aug 2014 21:18:16 +0000 Subject: [PATCH] TinyMCE: don't access the parent window when opening the (iframe based) Help/Keyboard Shortcuts modal. Fixes #20094. Built from https://develop.svn.wordpress.org/trunk@29449 git-svn-id: http://core.svn.wordpress.org/trunk@29227 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/wp-mce-help.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-includes/js/tinymce/wp-mce-help.php b/wp-includes/js/tinymce/wp-mce-help.php index cd5e6be8ca..1f4a11f861 100644 --- a/wp-includes/js/tinymce/wp-mce-help.php +++ b/wp-includes/js/tinymce/wp-mce-help.php @@ -95,10 +95,8 @@ header('Content-Type: text/html; charset=' . get_bloginfo('charset'));