Making WordPress.org


Ignore:
Timestamp:
08/01/2015 01:17:57 PM (11 years ago)
Author:
ocean90
Message:

WP i18n teams: Show language packs for the latest release and use latest branch as a fallback.

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  
    4343                <li class="button download-button">
    4444                    <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                        ?>
    4749                    </a>
    4850                </li>
Note: See TracChangeset for help on using the changeset viewer.