Skip to content

Commit

Permalink
Drop redundant empty dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Feb 13, 2019
1 parent 5a3ff4c commit ff4806a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/blocks/tiled-gallery/tiled-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ class_exists( 'Jetpack_Photon' ) && Jetpack::is_module_active( 'photon' )
* @return string
*/
function jetpack_tiled_gallery_load_block_assets( $attr, $content ) {
$dependencies = array();
Jetpack_Gutenberg::load_assets_as_required( 'tiled-gallery', $dependencies );
Jetpack_Gutenberg::load_assets_as_required( 'tiled-gallery' );

/**
* Filter the output of the Tiled Galleries content.
Expand Down

0 comments on commit ff4806a

Please sign in to comment.