Changeset 1791 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.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/locale-details.php
r1418 r1791 88 88 89 89 <p class="alert alert-info" role="alert"> 90 <a href="https://translate.wordpress.org/l anguages/<?php echo esc_attr( $locale->slug ); ?>">90 <a href="https://translate.wordpress.org/locale/<?php echo esc_attr( $locale->slug ); ?>"> 91 91 <?php printf( __( 'Become a translator yourself, check if %s needs some help!', 'wporg' ), $locale->english_name ); ?> 92 92 </a>
Note: See TracChangeset
for help on using the changeset viewer.