Changeset 21428
- Timestamp:
- 08/05/2012 08:41:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21411 r21428 113 113 $options = $twentytwelve_options->get_theme_options(); 114 114 if ( $options['enable_fonts'] ) 115 wp_enqueue_style( 'twentytwelve-fonts', $twentytwelve_options->custom_fonts_url() );115 wp_enqueue_style( 'twentytwelve-fonts', $twentytwelve_options->custom_fonts_url(), array(), null ); 116 116 117 117 /**
Note: See TracChangeset
for help on using the changeset viewer.