[wp-trac] [WordPress Trac] #62907: 6.7 broke accordion styles for themes/plugins using `do_accordion_sections()`
WordPress Trac
noreply at wordpress.org
Wed Feb 5 22:34:18 UTC 2025
#62907: 6.7 broke accordion styles for themes/plugins using
`do_accordion_sections()`
--------------------------+------------------------
Reporter: mboynes | Owner: joemcgill
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 6.7.2
Component: General | Version: 6.7
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+------------------------
Changes (by jorbin):
* milestone: 6.8 => 6.7.2
Comment:
Initial testing using chrome and the following conditions show promise so
moving into 6.7.2 while testing continues.
- Hueman theme 3.7.24 to ensure #62494 is not reintroduced.
- reCAPTCHA in WP comments form plugin
- Using a basic plugin (below) to ensure #62491 isn't reintroduced
{{{#!php
<?php
/*
Plugin Name: Testing for 62491
Description:
Author: Jorbin
Version: 1.7.2
Author URI: https://aaron.jorb.in/
*/
function break_customizer_height() {
?>
<style>
body {
background: #8ACE00;
}
</style>
<?php
}
add_action( 'admin_enqueue_scripts', 'break_customizer_height' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62907#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list