Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove block style registration #5368

Merged
merged 3 commits into from
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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