Changeset 4880 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/functions.php
- Timestamp:
- 02/04/2017 10:51:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/functions.php
r2043 r4880 33 33 } 34 34 35 return $parts; 35 return $parts; 36 36 } 37 37 add_filter( 'document_title_parts', 'learn_remove_frontpage_name_from_title' ); 38 38 39 function learn_scripts() { 40 wp_enqueue_style( 'wporg-learn-fonts', '//fonts.googleapis.com/css?family=Roboto+Condensed:700', array(), 1, 'screen' ); 41 wp_enqueue_style( 'buttons' ); 42 } 43 add_action( 'wp_enqueue_scripts', 'learn_scripts', 9 );
Note: See TracChangeset
for help on using the changeset viewer.