[wp-trac] [WordPress Trac] #46288: 'get_extended' breaks when using 'more' gutenberg block
WordPress Trac
noreply at wordpress.org
Thu Oct 30 15:51:09 UTC 2025
#46288: 'get_extended' breaks when using 'more' gutenberg block
-------------------------------+-------------------------
Reporter: joewebber | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Posts, Post Types | Version: 5.0
Severity: normal | Resolution: worksforme
Keywords: needs-patch | Focuses:
-------------------------------+-------------------------
Changes (by SirLouen):
* status: new => closed
* resolution: => worksforme
* milestone: Future Release =>
Comment:
== Reproduction Report
=== Description
❌ This report can't validate that the issue can be reproduced.
=== Environment
- WordPress: 6.9-beta2-61080
- PHP: 8.2.29
- Server: nginx/1.29.3
- Database: mysqli (Server: 8.4.7 / Client: mysqlnd 8.2.29)
- Browser: Chrome 141.0.0.0
- OS: Windows 10/11
- Theme: Twenty Twenty 2.9
- MU Plugins:
* WooCommerce Analytics - Proxy Speed Module 1.0.0
- Plugins:
* Classic Editor 1.6.7
* Test Reports 1.2.0
=== Testing Instructins
1. Added the code to `singular.php` template.
2. Switched to Classic Editor
3. Created a new post with content
4. Added a `<!--more-->` in the middle of the content
5. 👌 Extended section is rendering in the page template as expected
1. Switched back to Gutenberg
2. Converted text into blocks, including the `more` tags.
3. 👌 Again, extended section is rendering in the page template as
expected
=== Actual Results
1. ❌ Error condition is not occurring.
=== Additional Notes
- It seems that this issue is not reproducible anymore. I'm not sure how
this was being generated in gutenberg back in the day, but the current,
processes a regular ``more` tag within two `wp:more` tags like
{{{
<!-- wp:more -->
<!--more-->
<!-- /wp:more -->
}}}
I'm not sure if this has influenced in the current valid result, but
probably. Closing this as `worksforme`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46288#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list