Skip to content

Commit

Permalink
Update gallery-block-lightbox.php
Browse files Browse the repository at this point in the history
  • Loading branch information
goaround authored Jun 10, 2020
1 parent ca1ff64 commit 095c55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gallery-block-lightbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Adds a Lightbox to the Block Editor (Gutenberg) Gallery Block.
* Author: Johannes Kinast <[email protected]>
* Author URI: https://go-around.de
* Version: 1.1.0
* Version: 1.1.1
*/
namespace Gallery_Block_Lightbox;

Expand All @@ -22,4 +22,4 @@ function enqueue_assets() {
wp_enqueue_style( 'baguettebox-css' );
}
}
add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\enqueue_assets' );
add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\enqueue_assets' );

0 comments on commit 095c55a

Please sign in to comment.