Changeset 8515
- Timestamp:
- 08/01/2008 04:49:38 AM (16 years ago)
- Location:
- branches/2.6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-admin/gears-manifest.php
r8313 r8515 65 65 { 66 66 "betaManifestVersion" : 1, 67 "version" : "<?php echo $man_version; ?>_200807 10a",67 "version" : "<?php echo $man_version; ?>_20080731", 68 68 "entries" : [ 69 69 <?php echo $defaults; ?> … … 132 132 { "url" : "../wp-includes/js/tinymce/themes/advanced/js/source_editor.js?ver=311" }, 133 133 { "url" : "../wp-includes/js/tinymce/themes/advanced/js/anchor.js?ver=311" }, 134 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js?ver=311 d" },134 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js?ver=311f" }, 135 135 { "url" : "../wp-includes/js/tinymce/tiny_mce.js?ver=311" }, 136 136 { "url" : "../wp-includes/js/tinymce/themes/advanced/editor_template.js?ver=311" }, … … 149 149 { "url" : "../wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm?ver=311" }, 150 150 { "url" : "../wp-includes/js/tinymce/plugins/inlinepopups/template.htm?ver=311" }, 151 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/editimage.html?ver=311 d" },151 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/editimage.html?ver=311f" }, 152 152 { "url" : "../wp-includes/js/tinymce/wp-mce-help.php?ver=311" }, 153 153 … … 162 162 { "url" : "../wp-includes/js/tinymce/plugins/paste/css/pasteword.css?ver=311" }, 163 163 { "url" : "../wp-includes/js/tinymce/plugins/paste/css/blank.css?ver=311" }, 164 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css?ver=311 d" },164 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css?ver=311f" }, 165 165 { "url" : "../wp-includes/js/tinymce/plugins/wpeditimage/css/editimage-rtl.css?ver=311" }, 166 166 { "url" : "../wp-includes/js/tinymce/wordpress.css?ver=311" }, -
branches/2.6/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html
r8313 r8515 5 5 <title></title> 6 6 7 <script type="text/javascript" src="js/editimage.js?ver=311 d"></script>7 <script type="text/javascript" src="js/editimage.js?ver=311f"></script> 8 8 <script type="text/javascript" src="../../utils/form_utils.js?ver=311"></script> 9 9 10 <link rel="stylesheet" href="css/editimage.css?ver=311 d" type="text/css" media="all" />11 <link rel="stylesheet" href="../../../../../wp-admin/css/media.css?ver=2.6 -beta3" type="text/css" media="all" />10 <link rel="stylesheet" href="css/editimage.css?ver=311f" type="text/css" media="all" /> 11 <link rel="stylesheet" href="../../../../../wp-admin/css/media.css?ver=2.6" type="text/css" media="all" /> 12 12 <script type="text/javascript"> 13 13 if ( 'rtl' == tinyMCEPopup.editor.getParam('directionality','') ) -
branches/2.6/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js
r8313 r8515 16 16 return; 17 17 18 tb_show('', url + '/editimage.html?ver=311 c&TB_iframe=true');18 tb_show('', url + '/editimage.html?ver=311f&TB_iframe=true'); 19 19 tinymce.DOM.setStyle( ['TB_overlay','TB_window','TB_load'], 'z-index', '999999' ); 20 20 }); -
branches/2.6/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js
r8357 r8515 246 246 247 247 setup : function() { 248 var t = this, h, c, el, id, link, fname, f = document.forms[0], ed = tinyMCEPopup.editor, d = t.I('img_demo'), dom = tinyMCEPopup.dom, DL, caption = null;248 var t = this, h, c, el, id, link, fname, f = document.forms[0], ed = tinyMCEPopup.editor, d = t.I('img_demo'), dom = tinyMCEPopup.dom, DL, caption = ''; 249 249 document.dir = tinyMCEPopup.editor.getParam('directionality',''); 250 250 -
branches/2.6/wp-includes/js/tinymce/tiny_mce_config.php
r8313 r8515 226 226 if ( $disk_cache ) { 227 227 228 $cacheKey = apply_filters('tiny_mce_version', '200807 10');228 $cacheKey = apply_filters('tiny_mce_version', '20080731'); 229 229 230 230 foreach ( $initArray as $v )
Note: See TracChangeset
for help on using the changeset viewer.