Changeset 2697473
- Timestamp:
- 03/22/2022 06:13:11 AM (4 years ago)
- Location:
- pixi-image-gallery/trunk
- Files:
-
- 2 edited
-
includes/plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pixi-image-gallery/trunk/includes/plugin.php
r2697459 r2697473 238 238 239 239 function pixi_frontend_stylesheets() { 240 wp_ register_style( 'widget-common-style', plugins_url( 'assets/css/common.css', __FILE__ ) );240 wp_enqueue_style( 'widget-common-style', plugins_url( 'assets/css/common.css', __FILE__ ) ); 241 241 wp_enqueue_style( 'bootstrap-style', plugins_url( 'assets/css/bootstrap.min.css', __FILE__ ) ); 242 242 // enequeue files -
pixi-image-gallery/trunk/readme.txt
r2697459 r2697473 1 1 === pixi Image Gallery === 2 Contributors: themeux , pxelcode2 Contributors: themeux, pxelcode 3 3 Donate link: # 4 4 Tags: elementor,hover image, elementor hover image,elementor image hover box,elementor image box
Note: See TracChangeset
for help on using the changeset viewer.