Changeset 9710 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php
- Timestamp:
- 04/08/2020 06:32:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php
r9312 r9710 342 342 343 343 printf( 344 '<tr >344 '<tr id="contributor-%s"> 345 345 <td class="contributor-name"> 346 346 %s … … 373 373 </td> 374 374 </tr>', 375 $contributor->nicename, 375 376 $contributor->is_editor ? '<span class="translation-editor">Editor</span>' : '', 376 377 $contributor->nicename,
Note: See TracChangeset
for help on using the changeset viewer.