- Timestamp:
- 09/11/2015 05:12:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/locale-projects.php
r1836 r1872 89 89 // Link directly to the Waiting strings if we're in the Waiting view, otherwise link to the project overview 90 90 if ( 'waiting' == $project->slug ) { 91 $project_url = gp_url_join( '/projects', $sub_project->path, $locale_slug, $set_slug ) . '?filters[status]=waiting ';91 $project_url = gp_url_join( '/projects', $sub_project->path, $locale_slug, $set_slug ) . '?filters[status]=waiting&filters[status]=fuzzy'; 92 92 } else { 93 93 $project_url = gp_url_join( '/locale', $locale_slug, $set_slug, $sub_project->path );
Note: See TracChangeset
for help on using the changeset viewer.