summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/tinymce/plugins/paste
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/js/tinymce/plugins/paste')
-rw-r--r--wp-includes/js/tinymce/plugins/paste/blank.htm2
-rw-r--r--wp-includes/js/tinymce/plugins/paste/pastetext.htm4
-rw-r--r--wp-includes/js/tinymce/plugins/paste/pasteword.htm6
3 files changed, 6 insertions, 6 deletions
diff --git a/wp-includes/js/tinymce/plugins/paste/blank.htm b/wp-includes/js/tinymce/plugins/paste/blank.htm
index 7ba26bd..fcf3217 100644
--- a/wp-includes/js/tinymce/plugins/paste/blank.htm
+++ b/wp-includes/js/tinymce/plugins/paste/blank.htm
@@ -2,7 +2,7 @@
<head>
<title>blank_page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<link href="css/blank.css" rel="stylesheet" type="text/css" />
+<link href="css/blank.css?v=307" rel="stylesheet" type="text/css" />
<base target="_self" />
<script type="text/javascript">
function init() {
diff --git a/wp-includes/js/tinymce/plugins/paste/pastetext.htm b/wp-includes/js/tinymce/plugins/paste/pastetext.htm
index 15f9ce1..cd086bd 100644
--- a/wp-includes/js/tinymce/plugins/paste/pastetext.htm
+++ b/wp-includes/js/tinymce/plugins/paste/pastetext.htm
@@ -2,8 +2,8 @@
<head>
<title>{#paste.paste_text_desc}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
- <script type="text/javascript" src="js/pastetext.js"></script>
+ <script type="text/javascript" src="../../tiny_mce_popup.js?v=307"></script>
+ <script type="text/javascript" src="js/pastetext.js?v=307"></script>
<base target="_self" />
</head>
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">
diff --git a/wp-includes/js/tinymce/plugins/paste/pasteword.htm b/wp-includes/js/tinymce/plugins/paste/pasteword.htm
index f522814..3c559b1 100644
--- a/wp-includes/js/tinymce/plugins/paste/pasteword.htm
+++ b/wp-includes/js/tinymce/plugins/paste/pasteword.htm
@@ -2,9 +2,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>{#paste.paste_word_desc}</title>
- <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
- <script type="text/javascript" src="js/pasteword.js"></script>
- <link href="css/pasteword.css" rel="stylesheet" type="text/css" />
+ <script type="text/javascript" src="../../tiny_mce_popup.js?v=307"></script>
+ <script type="text/javascript" src="js/pasteword.js?v=307"></script>
+ <link href="css/pasteword.css?v=307" rel="stylesheet" type="text/css" />
<base target="_self" />
</head>
<body onresize="resizeInputs();" style="display:none; overflow:hidden;">