Changeset 91
- Timestamp:
- 10/07/2013 04:23:50 PM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
r80 r91 4 4 function make_enqueue_scripts() { 5 5 wp_enqueue_style( 'make-style', get_stylesheet_uri() ); 6 wp_enqueue_style( 'dashicons', get_template_directory_uri() . '/dashicons.css' ); 6 7 } 7 8 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css
r90 r91 7 7 Version: 1.0 8 8 */ 9 10 @import url("dashicons.css");11 9 12 10 html,
Note: See TracChangeset
for help on using the changeset viewer.