Changeset 12450 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php
- Timestamp:
- 03/03/2023 01:24:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php
r11732 r12450 153 153 <th><?php _e( 'Untranslated' ); ?></th> 154 154 <th><?php _e( 'Waiting' ); ?></th> 155 <th><?php _e( 'Changes requested' ); ?></th> 155 156 </tr> 156 157 </thead> … … 181 182 <?php gp_link( gp_url_project( $sub_project->path, gp_url_join( $locale->slug, $set_slug ), array( 'filters[translated]' => 'yes', 'filters[status]' => 'waiting' ) ), number_format_i18n( $sub_project_status->waiting_count ) ); ?> 182 183 </td> 184 <td class="stats changesrequested"> 185 <?php gp_link( gp_url_project( $sub_project->path, gp_url_join( $locale->slug, $set_slug ), array( 'filters[changesrequested]' => 'yes', 'filters[status]' => 'changesrequested' ) ), number_format_i18n( $sub_project_status->changesrequested_count ) ); ?> 186 </td> 183 187 </tr> 184 188 </tr> … … 228 232 <?php gp_link( gp_url_project( $sub_project->path, gp_url_join( $locale->slug, $set_slug ), array( 'filters[translated]' => 'yes', 'filters[status]' => 'waiting' ) ), number_format_i18n( $status->waiting_count ) ); ?> 229 233 </td> 230 </tr> 234 <td class="stats changesrequested"> 235 <?php gp_link( gp_url_project( $sub_project->path, gp_url_join( $locale->slug, $set_slug ), array( 'filters[changesrequested]' => 'yes', 'filters[status]' => 'changesrequested' ) ), number_format_i18n( $status->changesrequested_count ) ); ?> 236 </td> 231 237 </tr> 232 238 <?php
Note: See TracChangeset
for help on using the changeset viewer.