Changeset 9594 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 03/17/2020 05:27:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r9537 r9594 20 20 function wporg_support_scripts() { 21 21 22 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '20200 224' );22 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '20200317' ); 23 23 wp_style_add_data( 'forum-wp4-style', 'rtl', 'replace' ); 24 24
Note: See TracChangeset
for help on using the changeset viewer.