Skip to content

Commit

Permalink
Remove block style registration (#5368)
Browse files Browse the repository at this point in the history
* Remove block style registration

* update variations

* Revert seedlet changes
  • Loading branch information
scruffian authored Feb 2, 2022
1 parent f02c2ac commit 1483ab4
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 395 deletions.
5 changes: 0 additions & 5 deletions blockbase/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ function blockbase_core_navigation_render_fallback() {
}
add_filter( 'block_core_navigation_render_fallback', 'blockbase_core_navigation_render_fallback' );

/**
* Block Styles.
*/
require get_template_directory() . '/inc/block-styles.php';

/**
* Block Patterns.
*/
Expand Down
64 changes: 0 additions & 64 deletions blockbase/inc/block-styles.php

This file was deleted.

5 changes: 0 additions & 5 deletions quadrat-black/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ function quadrat_support() {
}
add_action( 'after_setup_theme', 'quadrat_support' );
endif;

/**
* Block Styles.
*/
require get_stylesheet_directory() . '/inc/block-styles.php';
39 changes: 0 additions & 39 deletions quadrat-black/inc/block-styles.php

This file was deleted.

5 changes: 0 additions & 5 deletions quadrat-green/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ function quadrat_support() {
}
add_action( 'after_setup_theme', 'quadrat_support' );
endif;

/**
* Block Styles.
*/
require get_stylesheet_directory() . '/inc/block-styles.php';
39 changes: 0 additions & 39 deletions quadrat-green/inc/block-styles.php

This file was deleted.

5 changes: 0 additions & 5 deletions quadrat-red/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ function quadrat_support() {
}
add_action( 'after_setup_theme', 'quadrat_support' );
endif;

/**
* Block Styles.
*/
require get_stylesheet_directory() . '/inc/block-styles.php';
39 changes: 0 additions & 39 deletions quadrat-red/inc/block-styles.php

This file was deleted.

5 changes: 0 additions & 5 deletions quadrat-white/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ function quadrat_support() {
}
add_action( 'after_setup_theme', 'quadrat_support' );
endif;

/**
* Block Styles.
*/
require get_stylesheet_directory() . '/inc/block-styles.php';
39 changes: 0 additions & 39 deletions quadrat-white/inc/block-styles.php

This file was deleted.

5 changes: 0 additions & 5 deletions quadrat-yellow/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ function quadrat_support() {
}
add_action( 'after_setup_theme', 'quadrat_support' );
endif;

/**
* Block Styles.
*/
require get_stylesheet_directory() . '/inc/block-styles.php';
39 changes: 0 additions & 39 deletions quadrat-yellow/inc/block-styles.php

This file was deleted.

5 changes: 0 additions & 5 deletions quadrat/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ function quadrat_support() {
}
add_action( 'after_setup_theme', 'quadrat_support' );
endif;

/**
* Block Styles.
*/
require get_stylesheet_directory() . '/inc/block-styles.php';
39 changes: 0 additions & 39 deletions quadrat/inc/block-styles.php

This file was deleted.

5 changes: 0 additions & 5 deletions skatepark/functions.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* Block Styles.
*/
require get_stylesheet_directory() . '/inc/block-styles.php';

/**
* Add class to body if post/page has a featured image.
*/
Expand Down
Loading

0 comments on commit 1483ab4

Please sign in to comment.