Changeset 11985 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
- Timestamp:
- 07/21/2022 06:03:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
r11962 r11985 4 4 function make_enqueue_scripts() { 5 5 wp_enqueue_style( 'make-style', get_stylesheet_uri(), array(), filemtime( __DIR__ . '/style.css' ) ); 6 wp_enqueue_script( 'masonry' );7 6 } 8 7
Note: See TracChangeset
for help on using the changeset viewer.