Making WordPress.org

Ticket #2906: 2906.patch

File 2906.patch, 574 bytes (added by SergeyBiryukov, 8 years ago)
  • wordpress.org/public_html/style/trac/wp-trac.js

     
    251251                                // Open WikiFormatting links in a new window.
    252252                                $( '#content.ticket' ).on( 'click', 'a[href$="wiki/WikiFormatting"]', function() {
    253253                                        window.open( $( this ).attr( 'href' ) );
     254                                        return false;
    254255                                });
    255256
    256257                                // Point users to open new tickets when they comment on old tickets.