Changeset 7455 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 07/13/2018 12:14:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r7452 r7455 21 21 function wporg_support_scripts() { 22 22 23 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '2018071 2' );23 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '20180713' ); 24 24 wp_style_add_data( 'forum-wp4-style', 'rtl', 'replace' ); 25 25
Note: See TracChangeset
for help on using the changeset viewer.