]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/wpgallery/editor_plugin_src.js
WordPress 3.4
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / wpgallery / editor_plugin_src.js
similarity index 96%
rename from wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js
rename to wp-includes/js/tinymce/plugins/wpgallery/editor_plugin_src.js
index 6f5718489537856407e2ef5ba69fcb0e309def8e..9b2d028098e2627460aa1e07f73cb469f08fed2a 100644 (file)
@@ -17,7 +17,7 @@
                                if ( ed.dom.getAttrib(el, 'class').indexOf('wpGallery') == -1 ) return;
 
                                post_id = tinymce.DOM.get('post_ID').value;
-                               tb_show('', tinymce.documentBaseURL + '/media-upload.php?post_id='+post_id+'&tab=gallery&TB_iframe=true&width='+W+'&height='+H);
+                               tb_show('', tinymce.documentBaseURL + 'media-upload.php?post_id='+post_id+'&tab=gallery&TB_iframe=true&width='+W+'&height='+H);
 
                                tinymce.DOM.setStyle( ['TB_overlay','TB_window','TB_load'], 'z-index', '999999' );
                        });