Changeset 9605 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 03/19/2020 02:36:50 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r9602 r9605 20 20 function wporg_support_scripts() { 21 21 22 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '2020031 7' );22 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '20200319' ); 23 23 wp_style_add_data( 'forum-wp4-style', 'rtl', 'replace' ); 24 24
Note: See TracChangeset
for help on using the changeset viewer.