Changeset 2200 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.php
- Timestamp:
- 12/17/2015 05:20:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.php
r1911 r2200 55 55 56 56 57 <h2><?php _e( ' Translation Editors', 'wporg' ); ?></h2>57 <h2><?php _e( 'General Translation Editors', 'wporg' ); ?></h2> 58 58 59 59 <?php if ( empty( $locale_data['validators'] ) ) : ?> … … 65 65 <li> 66 66 <a class="user-avatar" href="https://profiles.wordpress.org/<?php echo esc_attr( $validator['nice_name'] ); ?>"><?php 67 echo get_avatar( $validator['email'], 60 );67 echo get_avatar( $validator['email'], 50 ); 68 68 ?></a> 69 69 <a class="user-name" href="https://profiles.wordpress.org/<?php echo esc_attr( $validator['nice_name'] ); ?>"><?php … … 75 75 } 76 76 ?> 77 </li> 78 <?php endforeach; ?> 79 </ul> 80 <?php endif; ?> 81 82 83 <?php if ( ! empty( $locale_data['project_validators'] ) ) : ?> 84 <h2><?php _e( 'Project Translation Editors', 'wporg' ); ?></h2> 85 86 <ul class="validators project-validators"> 87 <?php foreach ( $locale_data['project_validators'] as $validator ) : 88 ?> 89 <li> 90 <a class="user-avatar" href="https://profiles.wordpress.org/<?php echo esc_attr( $validator['nice_name'] ); ?>"><?php 91 echo get_avatar( $validator['email'], 25 ); 92 ?></a> 93 <a class="user-name" href="https://profiles.wordpress.org/<?php echo esc_attr( $validator['nice_name'] ); ?>"><?php 94 echo esc_html( $validator['display_name'] ); 95 ?></a> 77 96 </li> 78 97 <?php endforeach; ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)