- Timestamp:
- 10/10/2015 07:21:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/core/site-specific.html
r1951 r1955 14 14 <div id="report-popup"></div> 15 15 <script> 16 (function($){ 17 var titles = { 16 var wpTracContributorLabels = { 18 17 matt: 'Project Lead', 19 18 markjaquith: 'Lead Developer', … … 24 23 25 24 ocean90: 'Core Committer', 26 sergeybiryukov: 'Core Committer',25 SergeyBiryukov: 'Core Committer', 27 26 johnbillion: 'Core Committer', 28 27 pento: 'Core Committer', … … 44 43 iandstewart: 'Themes Committer', 45 44 karmatosed: 'Themes Committer', 46 drewapicture: 'Docs Committer',45 DrewAPicture: 'Docs Committer', 47 46 48 47 ryan: 'Lead Developer', … … 52 51 }; 53 52 54 $('h3.change .profile-link').each( function() {55 var el = $(this);56 user = el.attr('href').split('/').pop().toLowerCase();57 if ( user in titles ) {58 el.after( ' <span class="contributor-label">(' + titles[ user ] + ')</span>' );59 }60 });61 })(jQuery);62 53 </script> 63 54 </body>
Note: See TracChangeset
for help on using the changeset viewer.