Changeset 6899 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
- Timestamp:
- 03/21/2018 06:30:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r6878 r6899 69 69 */ 70 70 function scripts() { 71 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180321' ); 72 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 73 71 74 if ( is_page( 'stats' ) ) { 72 75 wp_enqueue_script( 'google-charts', 'https://www.gstatic.com/charts/loader.js', [], null, true );
Note: See TracChangeset
for help on using the changeset viewer.