Changeset 1685
- Timestamp:
- 06/23/2015 10:39:10 PM (10 years ago)
- Location:
- sites/trunk/translate.wordpress.org/public_html/gp-templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/helper-functions.php
r1636 r1685 1 1 <?php 2 2 3 wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150 527' );3 wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150624' ); 4 4 5 5 add_action( 'tmpl_load_locations', function( $locations, $template, $args, $template_path ) { -
sites/trunk/translate.wordpress.org/public_html/gp-templates/locale-project.php
r1684 r1685 5 5 $breadcrumb[] = gp_link_get( '/languages', __( 'Locales' ) ); 6 6 $breadcrumb[] = gp_link_get( gp_url_join( '/languages', $locale_slug, $set_slug), esc_html( $locale->english_name ) ); 7 $breadcrumb[] = $sub_project->name . '' . $project->name;7 $breadcrumb[] = $sub_project->name; 8 8 gp_breadcrumb( $breadcrumb ); 9 9 gp_tmpl_header();
Note: See TracChangeset
for help on using the changeset viewer.