Changeset 11732 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php
- Timestamp:
- 04/01/2022 11:42:40 AM (3 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
r11523 r11732 145 145 146 146 <div class="locale-project"> 147 <table class=" locale-sub-projects">147 <table class="gp-table locale-sub-projects"> 148 148 <thead> 149 149 <tr> … … 241 241 <h3>Translation Contributors</h3> 242 242 <?php if ( $locale_contributors['contributors'] ) : ?> 243 <table class=" locale-project-contributors-table">243 <table class="gp-table locale-project-contributors-table"> 244 244 <thead> 245 245 <tr> 246 <th class="contributor- name">Contributor</th>246 <th class="contributor-details">Contributor</th> 247 247 <th class="contributor-stats">Translations</th> 248 248 </tr> … … 355 355 printf( 356 356 '<tr id="contributor-%s"> 357 <td class="contributor-name"> 358 %s 359 <a href="https://profiles.wordpress.org/%s/">%s %s</a> 360 <span>Latest translation: %s ago</span> 357 <td class="contributor-details"> 358 <div class="contributor-avatar"> 359 %s 360 %s 361 </div> 362 <div class="contributor-name"> 363 <a href="https://profiles.wordpress.org/%s/">%s</a> 364 <span>Latest translation: %s ago</span> 365 </div> 361 366 </td> 362 367 <td class="contributor-stats"> … … 386 391 </tr>', 387 392 $contributor->nicename, 393 get_avatar( $contributor->email, 40 ), 388 394 $contributor->is_editor ? '<span class="translation-editor">Editor</span>' : '', 389 395 $contributor->nicename, 390 get_avatar( $contributor->email, 40 ),391 396 $contributor->display_name ?: $contributor->nicename, 392 397 human_time_diff( strtotime( $contributor->last_update ) ),
Note: See TracChangeset
for help on using the changeset viewer.