Changeset 9730
- Timestamp:
- 11/17/2008 05:51:59 AM (17 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
-
js/tinymce/plugins/wpeditimage/editor_plugin.js (modified) (1 diff)
-
script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js
r9674 r9730 18 18 tb_show('', url + '/editimage.html?ver=321&TB_iframe=true'); 19 19 tinymce.DOM.setStyles('TB_window', { 20 'top':'20px',21 'marginTop':'0',22 20 'width':( W - 50 )+'px', 23 21 'height':( H - 45 )+'px', 24 22 'margin-left':'-'+parseInt((( W - 50 ) / 2),10) + 'px' 25 23 }); 24 25 if ( ! tinymce.isIE6 ) { 26 tinymce.DOM.setStyles('TB_window', { 27 'top':'20px', 28 'marginTop':'0' 29 }); 30 } 31 26 32 tinymce.DOM.setStyles('TB_iframeContent', { 27 33 'width':( W - 50 )+'px', -
trunk/wp-includes/script-loader.php
r9726 r9730 62 62 // Modify this version when tinyMCE plugins are changed. 63 63 function mce_version() { 64 return '2008111 3';64 return '20081116'; 65 65 } 66 66 add_filter( 'tiny_mce_version', 'mce_version' );
Note: See TracChangeset
for help on using the changeset viewer.