Changeset 1903749
- Timestamp:
- 07/04/2018 06:35:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-masonry-layout/trunk/simple-masonry-layout.php
r1903745 r1903749 24 24 25 25 26 //Enque script and style26 //Enqueue script and style 27 27 28 28 … … 31 31 wp_register_style( 'sm-style', plugin_dir_url( __FILE__ ) . 'css/sm-style.css'); 32 32 wp_register_style( 'darkbox-style', plugin_dir_url( __FILE__ ) . 'css/darkbox.css'); 33 wp_register_style( 'font-awesome', ("https:// //netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"));33 wp_register_style( 'font-awesome', ("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css")); 34 34 wp_enqueue_style( 'sm-style'); 35 35 wp_enqueue_style( 'darkbox-style');
Note: See TracChangeset
for help on using the changeset viewer.