Make WordPress Core

Ticket #63399: 63399.patch

File 63399.patch, 642 bytes (added by dhruvang21, 13 months ago)
  • src/wp-content/themes/twentytwentyfive/functions.php

    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' ) ) : 
    3434         * @return void
    3535         */
    3636        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' );
    3838        }
    3939endif;
    4040add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' );