Making WordPress.org


Ignore:
Timestamp:
09/11/2015 07:27:51 AM (9 years ago)
Author:
dd32
Message:

Translate: Can't have two filters[status] entries, use the *_or_* syntax instead.

File:
1 edited

Legend:

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

    r1873 r1874  
    8989        // Link directly to the Waiting strings if we're in the Waiting view, otherwise link to the project overview
    9090        if ( 'waiting' == $project->slug ) {
    91             $project_url = gp_url_join( '/projects', $sub_project->path, $locale_slug, $set_slug ) . '?filters[status]=waiting&filters[status]=fuzzy';
     91            $project_url = gp_url_join( '/projects', $sub_project->path, $locale_slug, $set_slug ) . '?filters[status]=waiting_or_fuzzy';
    9292
    9393            $project_name = $sub_project->name;
Note: See TracChangeset for help on using the changeset viewer.