diff --git a/src/wp-content/themes/twentytwentyfive/functions.php b/src/wp-content/themes/twentytwentyfive/functions.php
index ddb42a89f2..3805c48052 100644
|
a
|
b
|
if ( ! function_exists( 'twentytwentyfive_editor_style' ) ) : |
| 34 | 34 | * @return void |
| 35 | 35 | */ |
| 36 | 36 | function twentytwentyfive_editor_style() { |
| 37 | | add_editor_style( get_parent_theme_file_uri( 'assets/css/editor-style.css' ) ); |
| | 37 | add_editor_style( 'assets/css/editor-style.css' ); |
| 38 | 38 | } |
| 39 | 39 | endif; |
| 40 | 40 | add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' ); |