Changeset 9543
- Timestamp:
- 02/28/2020 12:16:39 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r9393 r9543 84 84 $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; 85 85 86 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20 191220' );86 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200227' ); 87 87 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 88 88 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r9542 r9543 71 71 */ 72 72 function scripts() { 73 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20 191204aaaa' );73 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200227' ); 74 74 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 75 75 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r9540 r9543 105 105 } 106 106 107 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20 191102b' );107 wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200227' ); 108 108 wp_style_add_data( 'wporg-themes', 'rtl', 'replace' ); 109 109 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/functions.php
r9386 r9543 108 108 } 109 109 110 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20 180702' );110 wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200227' ); 111 111 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 112 112
Note: See TracChangeset
for help on using the changeset viewer.