diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-07-02 13:44:49 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2008-07-02 13:44:49 +0000 |
| commit | 6d572cbe19ffedb5b92d8528798c5683154bb185 (patch) | |
| tree | 4cc943e8f399addf1a10c03386342110bcc9d584 /wp-includes/js/tinymce/plugins/paste | |
| parent | 034c1b3b665fa28816dfc6157d610c6d25fd54fe (diff) | |
| download | wordpress-mu-6d572cbe19ffedb5b92d8528798c5683154bb185.tar.gz wordpress-mu-6d572cbe19ffedb5b92d8528798c5683154bb185.tar.xz wordpress-mu-6d572cbe19ffedb5b92d8528798c5683154bb185.zip | |
WP Merge to rev 8216
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1344 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 640baf2..0db61aa 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=3101" rel="stylesheet" type="text/css" /> +<link href="css/blank.css?ver=311" 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 badfa67..0109615 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=3101"></script> - <script type="text/javascript" src="js/pastetext.js?ver=3101"></script> + <script type="text/javascript" src="../../tiny_mce_popup.js?ver=311"></script> + <script type="text/javascript" src="js/pastetext.js?ver=311"></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 cd0dea0..99c0348 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=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" /> + <script type="text/javascript" src="../../tiny_mce_popup.js?ver=311"></script> + <script type="text/javascript" src="js/pasteword.js?ver=311"></script> + <link href="css/pasteword.css?ver=311" rel="stylesheet" type="text/css" /> <base target="_self" /> </head> <body onresize="resizeInputs();" style="display:none; overflow:hidden;"> |
