Changeset 11550 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/functions.php
- Timestamp:
- 02/14/2022 11:24:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/functions.php
r11459 r11550 87 87 */ 88 88 function scripts() { 89 wp_enqueue_style( 'wporg-style', get_stylesheet_directory_uri() . '/css/style.css', [ 'dashicons', 'open-sans' ], '202 11214' );89 wp_enqueue_style( 'wporg-style', get_stylesheet_directory_uri() . '/css/style.css', [ 'dashicons', 'open-sans' ], '20220214' ); 90 90 wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); 91 91
Note: See TracChangeset
for help on using the changeset viewer.