Changeset 6778 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 02/26/2018 11:05:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r6774 r6778 60 60 */ 61 61 function scripts() { 62 $suffix = is_rtl() ? '-rtl' : '';63 wp_ enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", [ 'open-sans', 'dashicons' ], '20180226' );62 wp_enqueue_style( 'wporg-plugins', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180227' ); 63 wp_style_add_data( 'wporg-plugins', 'rtl', 'replace' ); 64 64 65 65 wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true ); … … 134 134 'dashicons', 135 135 'wp-embed', 136 'wporg-plugins -style',136 'wporg-plugins', 137 137 'wporg-plugins-navigation', 138 138 'wporg-plugins-skip-link-focus-fix',
Note: See TracChangeset
for help on using the changeset viewer.