Making WordPress.org


Ignore:
Timestamp:
09/20/2017 05:39:56 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Make sure tall screenshots fit into the slider, which is limited to 600px in height.

Fixes #3142.

File:
1 edited

Legend:

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

    r5933 r5938  
    5858function scripts() {
    5959    $suffix = is_rtl() ? '-rtl' : '';
    60     wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20170916' );
     60    wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20170920' );
    6161
    6262    wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true );
Note: See TracChangeset for help on using the changeset viewer.