Changeset 2004 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
- Timestamp:
- 10/25/2015 12:55:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r1759 r2004 36 36 ); 37 37 38 wp_register_style( 39 'forum-wp4-style-rtl', 40 get_template_directory_uri() . '/style-rtl.css', 41 array( 'forum-wp4-style' ), 42 '20151025' 43 ); 44 38 45 wp_enqueue_style( 'forum-wp4-style' ); 46 47 if ( is_rtl() ) { 48 wp_enqueue_style( 'forum-wp4-style-rtl' ); 49 } 39 50 } 40 51 add_action( 'wp_enqueue_scripts', 'wporg_support_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.