Changeset 8499 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-plugin-themes-overview.php
- Timestamp:
- 03/24/2019 08:30:22 PM (6 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
r8256 r8499 4 4 5 5 $breadcrumb = array(); 6 $breadcrumb[] = gp_link_get( '/ stats', __( 'Locale Stats' ) );7 $breadcrumb[] = gp_link_get( '/locale/' . $locale . '/' . $locale_slug, $gp_locale->english_name);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 ) ); 8 8 $breadcrumb[] = trim( ucwords( $view ), 's' ) . ' translation status overview'; 9 9 gp_breadcrumb( $breadcrumb );
Note: See TracChangeset
for help on using the changeset viewer.