Making WordPress.org

Changeset 7480


Ignore:
Timestamp:
07/19/2018 12:52:07 PM (6 years ago)
Author:
ocean90
Message:

Translate: Revert [7444] due to not fixing the actual issue.

See #3713.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php

    r7444 r7480  
    149149                    </td>
    150150                    <td class="stats untranslated">
    151                         <?php gp_link( gp_url_project( $sub_project->path, gp_url_join( $locale->slug, $set_slug ), array( 'filters[status]' => 'untranslated' ) ), max( 0, absint( $sub_project_status->all_count ) -  absint( $sub_project_status->current_count ) ) ); ?>
     151                        <?php gp_link( gp_url_project( $sub_project->path, gp_url_join( $locale->slug, $set_slug ), array( 'filters[status]' => 'untranslated' ) ), absint( $sub_project_status->all_count ) -  absint( $sub_project_status->current_count ) ); ?>
    152152                    </td>
    153153                    <td class="stats waiting">
     
    187187                    </td>
    188188                    <td class="stats untranslated">
    189                         <?php gp_link( gp_url_project( $sub_project->path, gp_url_join( $locale->slug, $set_slug ), array( 'filters[status]' => 'untranslated' ) ), max( 0, absint( $status->all_count ) -  absint( $status->current_count ) ) ); ?>
     189                        <?php gp_link( gp_url_project( $sub_project->path, gp_url_join( $locale->slug, $set_slug ), array( 'filters[status]' => 'untranslated' ) ), absint( $status->all_count ) -  absint( $status->current_count ) ); ?>
    190190                    </td>
    191191                    <td class="stats waiting">
Note: See TracChangeset for help on using the changeset viewer.