Making WordPress.org


Ignore:
Timestamp:
03/01/2016 08:16:45 PM (9 years ago)
Author:
ocean90
Message:

Translate: Fix links for language variants in the stats table for plugins.

$locale_slug already contains the slug of a set.

File:
1 edited

Legend:

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

    r2439 r2661  
    9797
    9898                                        // It's only 100 if it has 0 strings.
    99                                         if ( 100 == $percent_class && $percent ) :
     99                                        if ( 100 == $percent_class && $percent ) {
    100100                                            $percent_class = 90;
    101                                         endif;
     101                                        }
    102102
    103                                         $link_url  = gp_url( gp_url_join( 'locale', $locale_slug, $set_slug, $project->path ) );
     103                                        $link_url  = gp_url( gp_url_join( 'locale', $locale_slug, $project->path ) );
    104104                                        $link_text = number_format( $percent );
    105105                                    else :
    106106                                        $percent_class = (int) ( $percent / 10 ) * 10;
    107                                         $link_url  =  gp_url_project( $project->path, gp_url_join( $subproject_slug, $locale_slug, $set_slug ) );
     107                                        $link_url  = gp_url_project( $project->path, gp_url_join( $subproject_slug, $locale_slug ) );
    108108                                        $link_text = "$percent%";
    109109
Note: See TracChangeset for help on using the changeset viewer.