Changeset 9511
- Timestamp:
- 02/19/2020 04:55:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r9510 r9511 1593 1593 } else { 1594 1594 // Change the loading placeholder 1595 prContainer.find( '.loading ' ).text( 'No linked PRs found.' );1595 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.' ); 1596 1596 } 1597 1597 }); … … 1602 1602 $( '#attachments' ).append( 1603 1603 '<div id="github-prs">' + 1604 '<h3 class="foldable"><a id="section-pr" href="#section-pr">Pull requests <span class="trac-count hidden">(<span></span>)</span></a></h3>' +1604 '<h3 class="foldable"><a id="section-pr" href="#section-pr">Pull Requests <span class="trac-count hidden">(<span></span>)</span></a></h3>' + 1605 1605 '<ul class="pull-requests">' + 1606 '<li class="loading">Loading...</li>' +1606 '<li class="loading"><div>Loading…</div></li>' + 1607 1607 '</ul>' + 1608 1608 '</div>'
Note: See TracChangeset
for help on using the changeset viewer.