Making WordPress.org

Ticket #5042: 5042.diff

File 5042.diff, 1.4 KB (added by noisysocks, 5 years ago)
  • wordpress.org/public_html/style/trac/wp-trac.js

    diff --git a/wordpress.org/public_html/style/trac/wp-trac.js b/wordpress.org/public_html/style/trac/wp-trac.js
    index 83c3d0a99..5e7fffbd4 100644
    a b var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList 
    16021602                                                }
    16031603                                        } else {
    16041604                                                // Change the loading placeholder
    1605                                                 prContainer.find( '.loading' ).text( 'No linked PRs found.' );
     1605                                                prContainer.find( '.loading div' ).html( 'To link a Pull Request to this ticket, create a new Pull Request in the <a href="https://github.com/WordPress/wordpress-develop">WordPress GitHub mirror</a> and include this ticket’s URL in the description.' );
    16061606                                        }
    16071607                                });
    16081608                        }
    var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList 
    16111611                                // Add the Pull Requests section.
    16121612                                $( '#attachments' ).append(
    16131613                                        '<div id="github-prs" class="collapsed">' +
    1614                                                 '<h3 class="foldable"><a id="section-pr" href="#section-pr">Pull requests <span class="trac-count hidden">(<span></span>)</span></a></h3>' +
     1614                                                '<h3 class="foldable"><a id="section-pr" href="#section-pr">Pull Requests <span class="trac-count hidden">(<span></span>)</span></a></h3>' +
    16151615                                                '<ul class="pull-requests">' +
    1616                                                         '<li class="loading">Loading...</li>' +
     1616                                                '<li class="loading"><div>Loading…</div></li>' +
    16171617                                                '</ul>' +
    16181618                                        '</div>'
    16191619                                );