Changeset 1638 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
- Timestamp:
- 05/28/2015 04:42:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
r1363 r1638 3 3 add_action( 'wp_enqueue_scripts', 'make_enqueue_scripts' ); 4 4 function make_enqueue_scripts() { 5 wp_enqueue_style( 'make-style', get_stylesheet_uri(), array(), '20150 301' );5 wp_enqueue_style( 'make-style', get_stylesheet_uri(), array(), '20150528' ); 6 6 wp_enqueue_script( 'masonry' ); 7 7 }
Note: See TracChangeset
for help on using the changeset viewer.