Changeset 9913
- Timestamp:
- 05/25/2020 01:46:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r9912 r9913 1797 1797 } 1798 1798 1799 // Strip off any ticket numbers from the start of the PR title for display. 1800 data.title = data.title.replace( /^#\d+\s*/, '' ); 1801 1799 1802 container.append( 1800 1803 '<li>' +
Note: See TracChangeset
for help on using the changeset viewer.