Changeset 141
- Timestamp:
- 12/03/2013 06:31:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
r126 r141 4 4 function make_enqueue_scripts() { 5 5 wp_enqueue_style( 'make-style', get_stylesheet_uri(), array(), '1.0' ); 6 wp_enqueue_style( 'dashicons', get_template_directory_uri() . '/dashicons.css' );7 6 } 8 7
Note: See TracChangeset
for help on using the changeset viewer.