You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twenty Twenty-Five: Ensure Editor styles are enqueued.
This changeset replaces `get_parent_theme_file_uri( 'assets/css/editor-style.css' )` with `add_editor_style( 'assets/css/editor-style.css' );` to ensure a relative path to the stylesheet file is used, and not an URL. This prevents the editor stylesheet from not being enqueued on various edge cases.
Props wildworks, sabernhardt, dhruvang21, karmatosed, SirLouen, audrasjb, sandeepdahiya.
Fixes #63399.
git-svn-id: https://develop.svn.wordpress.org/trunk@60424 602fd350-edb4-49c9-b593-d223f7449a82
0 commit comments