Ticket #2369: 2369.patch
File 2369.patch, 1.6 KB (added by , 7 years ago) |
---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin-card/style.scss
50 50 footer { 51 51 span { 52 52 font-size: ms(-3); 53 width: 48%;54 53 display: inline-block; 55 54 overflow: hidden; 56 55 white-space: nowrap; … … 69 68 } 70 69 71 70 } 71 72 span.active-installs { 73 min-width: 48%; 74 } 72 75 73 76 .dashicons { 74 77 margin: 0 2px -1rem; -
wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
57 57 */ 58 58 function scripts() { 59 59 $suffix = is_rtl() ? '-rtl' : ''; 60 wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '201707 19' );60 wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20170731' ); 61 61 62 62 wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true ); 63 63 wp_enqueue_script( 'wporg-plugins-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20151215', true );