[wp-trac] [WordPress Trac] #60411: Parent theme wrongly missing (till 6.5-alpha-57505)

WordPress Trac noreply at wordpress.org
Thu Feb 15 13:59:22 UTC 2024


#60411: Parent theme wrongly missing (till 6.5-alpha-57505)
-------------------------------------+-------------------------------------
 Reporter:  dennysdionigi            |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  6.5
Component:  Themes                   |     Version:  6.4.3
 Severity:  normal                   |  Resolution:
 Keywords:  needs-patch needs-       |     Focuses:  administration,
  testing                            |  template
-------------------------------------+-------------------------------------

Comment (by poena):

 This is the first commit that I can find, where the parent theme is
 missing:
 https://github.com/WordPress/wordpress-
 develop/commit/03cb3e30f20b1cdff0c4b0fb3bde2bcd3c4a1c30


 If I change this line:
 https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes
 /class-wp-script-modules.php#L177
 {{{ $position = wp_is_block_theme() ? 'wp_head' : 'wp_footer';}}}

 To not use {{{wp_is_block_theme()}}}, then the child theme activation
 works again.

 But I don't understand why and I don't think I can troubleshoot it
 further, pinging @youknowriad

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


More information about the wp-trac mailing list