Changeset 9903 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-plugin-themes-overview.php
- Timestamp:
- 05/22/2020 10:29:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-plugin-themes-overview.php
r9618 r9903 5 5 $breadcrumb = array(); 6 6 $breadcrumb[] = gp_link_get( '/', __( 'Locales' ) ); 7 $breadcrumb[] = gp_link_get( gp_url_join( '/locale', $gp_locale->slug , $locale_slug), esc_html( $gp_locale->english_name ) );7 $breadcrumb[] = gp_link_get( gp_url_join( '/locale', $gp_locale->slug ), esc_html( $gp_locale->english_name ) ); 8 8 $breadcrumb[] = trim( ucwords( $view ), 's' ) . ' translation status overview'; 9 9 gp_breadcrumb( $breadcrumb ); … … 36 36 <?php 37 37 foreach ( $items as $slug => $details ) { 38 $project_link = gp_url( gp_url_join( 'locale', $gp_locale->slug, $ locale_slug, $details->project->path ) );38 $project_link = gp_url( gp_url_join( 'locale', $gp_locale->slug, $details->project->path ) ); 39 39 // Themes get a shortcut.. 40 40 if ( 'themes' == $view ) { 41 $project_link = gp_url( gp_url_join( 'projects', $details->project->path, $gp_locale->slug , $locale_slug) );41 $project_link = gp_url( gp_url_join( 'projects', $details->project->path, $gp_locale->slug ) ); 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.