Changeset 9725 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 04/15/2020 05:26:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r9694 r9725 37 37 */ 38 38 function wporg_themes_canonical_redirects() { 39 39 40 // always include the trailing slash for the Site URL 40 41 if ( '/themes' === $_SERVER['REQUEST_URI'] ) { … … 105 106 } 106 107 107 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '202004 03' );108 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200415' ); 108 109 wp_style_add_data( 'wporg-themes', 'rtl', 'replace' ); 109 110
Note: See TracChangeset
for help on using the changeset viewer.