Changeset 1791 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
- Timestamp:
- 07/27/2015 08:19:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
r1163 r1791 88 88 </td> 89 89 <td class="right no-right-border"> 90 <a href="https://translate.wordpress.org/l anguages/<?php echo $locale->slug; ?>">90 <a href="https://translate.wordpress.org/locale/<?php echo $locale->slug; ?>"> 91 91 <?php echo ( isset( $percentages[ $locale->wp_locale ] ) ) ? $percentages[ $locale->wp_locale ] . '%' : '—'; ?> 92 92 </a> 93 93 </td> 94 94 <td class="no-left-border nowrap"> 95 <a href="https://translate.wordpress.org/l anguages/<?php echo $locale->slug; ?>">95 <a href="https://translate.wordpress.org/locale/<?php echo $locale->slug; ?>"> 96 96 <?php echo $locale->slug; ?> 97 97 </a>
Note: See TracChangeset
for help on using the changeset viewer.