Changeset 1911
- Timestamp:
- 09/24/2015 10:47:59 AM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/all-locales.php
r1791 r1911 98 98 <td> 99 99 <a href="<?php echo esc_url( add_query_arg( 'locale', $locale->wp_locale ) ); ?>"> 100 <?php _e( ' Details', 'wporg' ); ?>100 <?php _e( 'Team', 'wporg' ); ?> 101 101 </a> 102 102 </td> -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/views/locale-details.php
r1838 r1911 19 19 </li> 20 20 <li> 21 <strong><?php _e( ' Version:', 'wporg' ); ?></strong>21 <strong><?php _e( 'Latest release:', 'wporg' ); ?></strong> 22 22 <?php echo $locale_data['latest_release'] ? $locale_data['latest_release'] : '—'; ?> 23 23 </li>
Note: See TracChangeset
for help on using the changeset viewer.