Make WordPress Core

Changeset 20519


Ignore:
Timestamp:
04/18/2012 08:43:28 PM (13 years ago)
Author:
azaozz
Message:

Remove extra slash when opening the gallery thickbox popup from the visual editor, props SergeyBiryukov, fixes #19850

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin_src.js

    r19945 r20519  
    1818
    1919                post_id = tinymce.DOM.get('post_ID').value;
    20                 tb_show('', tinymce.documentBaseURL + '/media-upload.php?post_id='+post_id+'&tab=gallery&TB_iframe=true&width='+W+'&height='+H);
     20                tb_show('', tinymce.documentBaseURL + 'media-upload.php?post_id='+post_id+'&tab=gallery&TB_iframe=true&width='+W+'&height='+H);
    2121
    2222                tinymce.DOM.setStyle( ['TB_overlay','TB_window','TB_load'], 'z-index', '999999' );
Note: See TracChangeset for help on using the changeset viewer.