Making WordPress.org

Changeset 1685


Ignore:
Timestamp:
06/23/2015 10:39:10 PM (10 years ago)
Author:
ocean90
Message:

Translate: Bump CSS version for cache bust.

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  
    11<?php
    22
    3 wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150527' );
     3wp_enqueue_style( 'wporg', ( is_ssl() ? gp_url_ssl( gp_url_public_root() ) : gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150624' );
    44
    55add_action( 'tmpl_load_locations', function( $locations, $template, $args, $template_path ) {
  • sites/trunk/translate.wordpress.org/public_html/gp-templates/locale-project.php

    r1684 r1685  
    55$breadcrumb[] = gp_link_get( '/languages', __( 'Locales' ) );
    66$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;
    88gp_breadcrumb( $breadcrumb );
    99gp_tmpl_header();
Note: See TracChangeset for help on using the changeset viewer.