[wp-trac] [WordPress Trac] #54597: Featured Image section missing on Posts and Pages

WordPress Trac noreply at wordpress.org
Thu Oct 26 18:43:03 UTC 2023


#54597: Featured Image section missing on Posts and Pages
-------------------------------------------------+-------------------------
 Reporter:  noisysocks                           |       Owner:  audrasjb
     Type:  defect (bug)                         |      Status:  closed
 Priority:  normal                               |   Milestone:  5.9
Component:  Editor                               |     Version:
 Severity:  normal                               |  Resolution:  fixed
 Keywords:  has-screenshots has-patch has-unit-  |     Focuses:
  tests                                          |
-------------------------------------------------+-------------------------

Comment (by flixos90):

 In [changeset:"57009" 57009]:
 {{{
 #!CommitTicketReference repository="" revision="57009"
 Themes: Fix block theme supports being added too early, leading to
 Customizer live preview bugs in 6.4.

 The Customizer live preview broke because of [56635], however the root
 cause for the bug was a lower-level problem that had been present since
 WordPress 5.8: The block theme specific functions
 `_add_default_theme_supports()` and `wp_enable_block_templates()` were
 being hooked into the `setup_theme` action, which fires too early to
 initialize theme features. Because of that, theme functionality would be
 initialized before the current theme setup being completed. In the case of
 the Customizer, that includes overriding which theme is the current theme
 entirely, thus leading to an inconsistent experience.

 This changeset fixes the bug by moving those two callbacks to the
 `after_setup_theme` action, which is the appropriate action to initialize
 theme features.

 Props karl94, hellofromTonya, joemcgill, flixos90.
 Fixes #59732.
 See #18298, #53397, #54597.
 }}}

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


More information about the wp-trac mailing list