diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-06-24 17:00:10 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-06-24 17:00:10 +0000 |
| commit | 631c9bb4d60d242432052f56c00768392f42a392 (patch) | |
| tree | 50d41b0248d5c5fb156c6d52020675208b77a3e6 /wp-includes/js/tinymce/plugins/paste | |
| parent | a1fbe4e0694a66d7351e2f6280ab84568681e8e0 (diff) | |
| download | wordpress-mu-631c9bb4d60d242432052f56c00768392f42a392.tar.gz wordpress-mu-631c9bb4d60d242432052f56c00768392f42a392.tar.xz wordpress-mu-631c9bb4d60d242432052f56c00768392f42a392.zip | |
WP Merge to revision 8180
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1336 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/js/tinymce/plugins/paste')
| -rw-r--r-- | wp-includes/js/tinymce/plugins/paste/blank.htm | 2 | ||||
| -rw-r--r-- | wp-includes/js/tinymce/plugins/paste/pastetext.htm | 4 | ||||
| -rw-r--r-- | wp-includes/js/tinymce/plugins/paste/pasteword.htm | 6 |
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 0d749fc..640baf2 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?ver=3091" rel="stylesheet" type="text/css" /> +<link href="css/blank.css?ver=3101" 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 de7f400..badfa67 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?ver=3091"></script> - <script type="text/javascript" src="js/pastetext.js?ver=3091"></script> + <script type="text/javascript" src="../../tiny_mce_popup.js?ver=3101"></script> + <script type="text/javascript" src="js/pastetext.js?ver=3101"></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 1ef91ab..cd0dea0 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?ver=3091"></script> - <script type="text/javascript" src="js/pasteword.js?ver=3091"></script> - <link href="css/pasteword.css?ver=3091" rel="stylesheet" type="text/css" /> + <script type="text/javascript" src="../../tiny_mce_popup.js?ver=3101"></script> + <script type="text/javascript" src="js/pasteword.js?ver=3101"></script> + <link href="css/pasteword.css?ver=3101" rel="stylesheet" type="text/css" /> <base target="_self" /> </head> <body onresize="resizeInputs();" style="display:none; overflow:hidden;"> |
