Skip to content

Commit

Permalink
Rename folders, remove unnecessary enqueues.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Dec 15, 2021
1 parent 0b333f9 commit bf7ab4d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions emptytheme/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,11 @@
if ( ! function_exists( 'emptytheme_support' ) ) :
function emptytheme_support() {

// Adding support for featured images.
add_theme_support( 'post-thumbnails' );

// Adding support for core block visual styles.
add_theme_support( 'wp-block-styles' );

// Adding support for responsive embedded content.
add_theme_support( 'responsive-embeds' );

// Add support for editor styles.
add_theme_support( 'editor-styles' );

// Enqueue editor styles.
add_editor_style( 'style.css' );

// Add support for custom units.
add_theme_support( 'custom-units' );
}
add_action( 'after_setup_theme', 'emptytheme_support' );
endif;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bf7ab4d

Please sign in to comment.