- Timestamp:
- 09/18/2015 07:50:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/locale-projects.php
r1876 r1888 90 90 // Link directly to the Waiting strings if we're in the Waiting view, otherwise link to the project overview 91 91 if ( 'waiting' == $project->slug ) { 92 $project_url = gp_url_join( '/projects', $sub_project->path, $locale_slug, $set_slug ) . '?filters[status]=waiting_or_fuzzy'; 92 // TODO: Since we're matching parent projects, we can't link to them as they have no direct translation sets. 93 //$project_url = gp_url_join( '/projects', $sub_project->path, $locale_slug, $set_slug ) . '?filters[status]=waiting_or_fuzzy'; 94 $project_url = gp_url_join( '/locale', $locale_slug, $set_slug, $sub_project->path ); 93 95 94 96 $project_name = $sub_project->name;
Note: See TracChangeset
for help on using the changeset viewer.