Changeset 7073 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
- Timestamp:
- 04/10/2018 03:45:49 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r6924 r7073 69 69 */ 70 70 function scripts() { 71 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180 322' );71 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180410' ); 72 72 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 73 73 … … 107 107 'wporg-navigation', 108 108 ]; 109 110 if ( defined( 'WPORG_SANDBOXED' ) && WPORG_SANDBOXED ) { 111 return $src; 112 } 109 113 110 114 // Use CDN url.
Note: See TracChangeset
for help on using the changeset viewer.