Changeset 2056
- Timestamp:
- 11/07/2015 04:34:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/stats-overview.php
r1895 r2056 46 46 <?php 47 47 foreach ( $projects as $slug => $project ) { 48 $projecturl = gp_url _join( 'locale', $gp_locale->slug, $set_slug, $project->path);48 $projecturl = gp_url( gp_url_join( 'locale', $gp_locale->slug, $set_slug, $project->path ) ); 49 49 50 50 if ( isset( $translation_locale_statuses[ $locale_slug ][ $project->path ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.