[wp-trac] [WordPress Trac] #63399: Twenty Twenty-Five: editor style isn't enqueued

WordPress Trac noreply at wordpress.org
Mon Jul 7 19:04:47 UTC 2025


#63399: Twenty Twenty-Five: editor style isn't enqueued
----------------------------------------------+-----------------------
 Reporter:  wildworks                         |       Owner:  audrasjb
     Type:  defect (bug)                      |      Status:  closed
 Priority:  high                              |   Milestone:  6.8.2
Component:  Bundled Theme                     |     Version:  6.7
 Severity:  normal                            |  Resolution:  fixed
 Keywords:  has-patch commit needs-test-info  |     Focuses:
----------------------------------------------+-----------------------
Changes (by audrasjb):

 * status:  reviewing => closed
 * resolution:   => fixed


Comment:

 In [changeset:"60424" 60424]:
 {{{
 #!CommitTicketReference repository="" revision="60424"
 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.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63399#comment:22>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list