Changeset 1800 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.php
- Timestamp:
- 08/01/2015 01:17:57 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
r1791 r1800 43 43 <li class="button download-button"> 44 44 <a href="<?php echo esc_url( $locale_data['language_pack_url'] ); ?>" role="button"> 45 <?php // translators: %s is the latest version ?> 46 <?php printf( __( 'Download language pack (%s)', 'wporg' ), $locale_data['latest_release'] ); ?> 45 <?php 46 // translators: %s is the latest version 47 printf( __( 'Download language pack (%s)', 'wporg' ), $locale_data['language_pack_version'] ); 48 ?> 47 49 </a> 48 50 </li>
Note: See TracChangeset
for help on using the changeset viewer.