Changeset 4141 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
- Timestamp:
- 09/27/2016 06:26:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r4127 r4141 32 32 get_template_directory_uri() . '/style.css', 33 33 array( 'bb-base' ), 34 '201609 19'34 '20160927' 35 35 ); 36 36 … … 39 39 get_template_directory_uri() . '/style-rtl.css', 40 40 array( 'forum-wp4-style' ), 41 '201609 13'41 '20160927' 42 42 ); 43 43
Note: See TracChangeset
for help on using the changeset viewer.