[buddypress-trac] [BuddyPress Trac] #9309: Support for WordPress 6.9
buddypress-trac
noreply at wordpress.org
Fri Dec 19 01:07:33 UTC 2025
#9309: Support for WordPress 6.9
-------------------------+---------------------
Reporter: espellcaste | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 14.5.0
Component: Core | Version:
Severity: normal | Resolution:
Keywords: has-patch |
-------------------------+---------------------
Changes (by espellcaste):
* type: defect (bug) => enhancement
Comment:
I was trying to replicate the issue reported at
[https://github.com/WordPress/wporg-mu-
plugins/issues/715#issuecomment-3594242641 here] by @dd32, but I could
not.
Here are the steps I used to try to replicate it:
1. I set up a BuddyPress (trunk) site with WordPress 6.9.
a. Using Template Pack: BP Legacy.
1. PHP 8.3.
1. Activated the `twentyfourteen` theme.
1. I created a test plugin with a block (see zip file in attachments) that
enqueues a stylesheet.
1. Added `<?php echo do_blocks( '<!-- wp:test-block-styles/notice /-->' );
?>` in the `header.php` template of the theme.
1. Visited a few BuddyPress pages:
a. https://bp.test/members/renato/profile/, https://bp.test/activity,
and https://bp.test/members.
However, I was not able to see the reported issue happening. :(
If I comment [https://github.com/WordPress/wordpress-
develop/blob/44f1517e8f6dd72710a143420c3a0c2bae1a3766/src/wp-includes
/script-loader.php#L3664 this line], the hosting is correctly stopped and
the asset is loaded in the footer. Otherwise, the block assets is moved to
the `<head>` https://core.trac.wordpress.org/ticket/64099.
I also can't confirm the following feedback:
> Basically, template_redirect at priority 10 is taken over by BuddyPress,
anything that operates at priority 11 or higher (Well, 10+ after the
BuddyPress handler...), or that is fired within template-loader.php never
happens :)
Using a classic theme, I can see the template-loader.php being used. I'm
not sure if there is something custom in that setup. Or if there is some
hooks or settings that I should use instead for better testing. 🤔
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9309#comment:6>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list