Making WordPress.org


Ignore:
Timestamp:
02/26/2018 11:05:48 PM (8 years ago)
Author:
obenland
Message:

WP.org: Bump cache

File:
1 edited

Legend:

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

    r6697 r6778  
    5555    }
    5656
    57     $rtl = is_rtl() ? '-rtl' : '';
    58     wp_enqueue_style( 'wporg-themes', get_stylesheet_directory_uri() . "/css/style{$rtl}.css", [ 'open-sans', 'dashicons' ], 19 );
     57    wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], 20 );
     58    wp_style_add_data( 'wporg-themes', 'rtl', 'replace' );
    5959
    6060    if ( ! is_singular( 'page' ) ) {
Note: See TracChangeset for help on using the changeset viewer.