fix typo
This commit is contained in:
parent
02b9d53f27
commit
7caf67864d
@ -4,7 +4,7 @@
|
|||||||
function jett_editor_css() {
|
function jett_editor_css() {
|
||||||
add_editor_style( get_theme_file_uri('/assets/css/custom.css') );
|
add_editor_style( get_theme_file_uri('/assets/css/custom.css') );
|
||||||
}
|
}
|
||||||
add_action( 'after_setup_theme', 'twentytwentytwo_support' );
|
add_action( 'after_setup_theme', 'jett_editor_css' );
|
||||||
|
|
||||||
function jett_frontend_css() {
|
function jett_frontend_css() {
|
||||||
wp_enqueue_style('jett_css', get_theme_file_uri('/assets/css/custom.css'));
|
wp_enqueue_style('jett_css', get_theme_file_uri('/assets/css/custom.css'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user