Making WordPress.org


Ignore:
Timestamp:
05/05/2015 04:40:40 AM (9 years ago)
Author:
dd32
Message:

Themes Directory: Translations can cause the strings used in the Feature filters to expand beyond the 710px allocated to these groups. This commit changes it to a min-height, and stretches the shorter columns to match the tallest group.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php

    r1542 r1543  
    4545    if ( ! is_singular( 'page' ) ) {
    4646        wp_enqueue_script( 'google-jsapi', '//www.google.com/jsapi', array( 'jquery' ), null, true );
    47         wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '2', true );
     47        wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 3, true );
    4848
    4949        wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset for help on using the changeset viewer.