Making WordPress.org

Changeset 2053


Ignore:
Timestamp:
11/06/2015 10:18:51 PM (9 years ago)
Author:
obenland
Message:

Translate: Link locale name to the project page rather than its index page.

See https://wordpress.slack.com/archives/meta-i18n/p1446847635000062

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates/projects-wp-plugins.php

    r2052 r2053  
    5959                <tr>
    6060                    <th title="<?php echo esc_attr( $gp_locale->wp_locale ); ?>">
    61                         <a href="<?php echo gp_url( gp_url_join( 'locale', $gp_locale->slug, $set_slug ) ); ?>">
     61                        <a href="<?php echo gp_url( gp_url_join( 'locale', $locale_slug, $set_slug, $project->path ) ); ?>">
    6262                            <?php echo esc_html( $gp_locale->english_name ); ?>
    6363                        </a>
Note: See TracChangeset for help on using the changeset viewer.