Changeset 9277 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 11/14/2019 01:50:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r9274 r9277 20 20 function wporg_support_scripts() { 21 21 22 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '2019111 3a' );22 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '20191114' ); 23 23 wp_style_add_data( 'forum-wp4-style', 'rtl', 'replace' ); 24 24
Note: See TracChangeset
for help on using the changeset viewer.